SmartCardAppletIdGroup.SmartCardEmulationCategory 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.
Sets or gets the category of smart card to which the applet IDs apply, payment card or other.
public:
property SmartCardEmulationCategory SmartCardEmulationCategory { SmartCardEmulationCategory get(); void set(SmartCardEmulationCategory value); };
SmartCardEmulationCategory SmartCardEmulationCategory();
void SmartCardEmulationCategory(SmartCardEmulationCategory value);
public SmartCardEmulationCategory SmartCardEmulationCategory { get; set; }
var smartCardEmulationCategory = smartCardAppletIdGroup.smartCardEmulationCategory;
smartCardAppletIdGroup.smartCardEmulationCategory = smartCardEmulationCategory;
Public Property SmartCardEmulationCategory As SmartCardEmulationCategory
Property Value
The category of smart card to which the applet IDs apply, payment card or other.