GattLocalCharacteristicParameters.UserDescription Property

Definition

Gets or sets the user-friendly description.

public:
 property Platform::String ^ UserDescription { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring UserDescription();

void UserDescription(winrt::hstring value);
public string UserDescription { get; set; }
var string = gattLocalCharacteristicParameters.userDescription;
gattLocalCharacteristicParameters.userDescription = string;
Public Property UserDescription As String

Property Value

String

Platform::String

winrt::hstring

The user-friendly description.

Windows requirements

App capabilities
bluetooth

Applies to