SmartCardAppletIdGroup.Properties 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 a (generic) property bag for a smartcard.
public:
property ValueSet ^ Properties { ValueSet ^ get(); };
ValueSet Properties();
public ValueSet Properties { get; }
var valueSet = smartCardAppletIdGroup.properties;
Public ReadOnly Property Properties As ValueSet
Property Value
A ValueSet containing a (generic) property bag for 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)
|