BluetoothDevice.SdpRecords Property

Definition

Gets the read-only list of Service Discovery Protocol (SDP) records for the device.

public:
 property IVectorView<IBuffer ^> ^ SdpRecords { IVectorView<IBuffer ^> ^ get(); };
IVectorView<IBuffer> SdpRecords();
public IReadOnlyList<IBuffer> SdpRecords { get; }
var iVectorView = bluetoothDevice.sdpRecords;
Public ReadOnly Property SdpRecords As IReadOnlyList(Of IBuffer)

Property Value

The read-only list of Service Discovery Protocol (SDP) records for the device.

Windows requirements

App capabilities
bluetooth

Applies to