SmartCardAppletIdGroup.Description Property

Definition

Gets or sets an extended description of a smartcard to help make it easier to identify the smartcard. You could, for example, set this to the last four digits of a credit card number.

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

void Description(winrt::hstring value);
public string Description { get; set; }
var string = smartCardAppletIdGroup.description;
smartCardAppletIdGroup.description = string;
Public Property Description As String

Property Value

String

Platform::String

winrt::hstring

A string containing an extended description of a smartcard.

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced in v6.0)

Applies to