GattCharacteristic.UserDescription 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.
Get the user friendly description for this GattCharacteristic, if the User Description Descriptor is present, otherwise this will be an empty string.
public:
property Platform::String ^ UserDescription { Platform::String ^ get(); };
winrt::hstring UserDescription();
public string UserDescription { get; }
var string = gattCharacteristic.userDescription;
Public ReadOnly Property UserDescription As String
Property Value
The user friendly description for this GattCharacteristic, if the User Description Descriptor is present, otherwise this will be an empty string.
Windows requirements
App capabilities |
bluetooth
|