GattCharacteristic.CharacteristicProperties Property

Definition

Gets the GATT characteristic properties, as defined by the GATT profile.

If the ExtendedProperties flag is present it also represents the properties of the Extended Characteristic Properties Descriptor.

public:
 property GattCharacteristicProperties CharacteristicProperties { GattCharacteristicProperties get(); };
GattCharacteristicProperties CharacteristicProperties();
public GattCharacteristicProperties CharacteristicProperties { get; }
var gattCharacteristicProperties = gattCharacteristic.characteristicProperties;
Public ReadOnly Property CharacteristicProperties As GattCharacteristicProperties

Property Value

The GATT characteristic properties, as defined by the GATT profile.

Windows requirements

App capabilities
bluetooth

Applies to