SmartCardAppletIdGroup.SmartCardEmulationCategory Property

Definition

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.

Applies to

See also