BluetoothLEAdvertisement.DataSections Property

Definition

Gets the list of raw data sections.

public:
 property IVector<BluetoothLEAdvertisementDataSection ^> ^ DataSections { IVector<BluetoothLEAdvertisementDataSection ^> ^ get(); };
IVector<BluetoothLEAdvertisementDataSection> DataSections();
public IList<BluetoothLEAdvertisementDataSection> DataSections { get; }
var iVector = bluetoothLEAdvertisement.dataSections;
Public ReadOnly Property DataSections As IList(Of BluetoothLEAdvertisementDataSection)

Property Value

The list of raw data sections.

Windows requirements

App capabilities
bluetooth

Remarks

When a BluetoothLEAdvertisement is generated by the system, the other properties are different representations of the sections contained within this list. As such, only the DataSections property needs to be copied when switching between the different usages.

Applies to