RfcommInboundConnectionInformation.SdpRecord Property

Definition

Gets or sets the Bluetooth SDP record that the system will advertise on behalf of the app.

public:
 property IBuffer ^ SdpRecord { IBuffer ^ get(); void set(IBuffer ^ value); };
IBuffer SdpRecord();

void SdpRecord(IBuffer value);
public IBuffer SdpRecord { get; set; }
var iBuffer = rfcommInboundConnectionInformation.sdpRecord;
rfcommInboundConnectionInformation.sdpRecord = iBuffer;
Public Property SdpRecord As IBuffer

Property Value

The Bluetooth SDP record that the system will advertise on behalf of the app.

Windows requirements

App capabilities
bluetooth

Applies to