GattLocalCharacteristicParameters.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.
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
The user-friendly description.
Windows requirements
App capabilities |
bluetooth
|