GattLocalCharacteristicParameters.CharacteristicProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the properties.
public:
property GattCharacteristicProperties CharacteristicProperties { GattCharacteristicProperties get(); void set(GattCharacteristicProperties value); };
GattCharacteristicProperties CharacteristicProperties();
void CharacteristicProperties(GattCharacteristicProperties value);
public GattCharacteristicProperties CharacteristicProperties { get; set; }
var gattCharacteristicProperties = gattLocalCharacteristicParameters.characteristicProperties;
gattLocalCharacteristicParameters.characteristicProperties = gattCharacteristicProperties;
Public Property CharacteristicProperties As GattCharacteristicProperties
Property Value
The properties.
Windows requirements
App capabilities |
bluetooth
|