SmartCardAppletIdGroup.Description 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定智慧卡的擴充描述,以協助更輕鬆地識別智慧卡。 例如,您可以將此設定為信用卡號碼的最後四位數。
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
屬性值
包含智慧卡擴充描述的字串。
Windows 需求
裝置系列 |
Windows 10, version 1809 (已於 10.0.17763.0 引進)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (已於 v6.0 引進)
|