SmartCardAppletIdGroup.Description 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 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
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)
|