SmartCardAppletIdGroup.Description プロパティ

定義

スマートカードを識別しやすくするために、スマートカードの拡張説明を取得または設定します。 たとえば、これをクレジット カード番号の最後の 4 桁に設定できます。

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

プロパティ値

String

Platform::String

winrt::hstring

スマートカードの拡張説明を含む文字列。

Windows の要件

デバイス ファミリ
Windows 10, version 1809 (10.0.17763.0 で導入)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (v6.0 で導入)

適用対象