Share via


GattCharacteristic.UserDescription Property

Definition

Overloads

UserDescription

Get the user friendly description for this GattCharacteristic, if the User Description Descriptor is present, otherwise this will be an empty string.

UserDescription

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

String

Platform::String

winrt::hstring

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

Applies to