SmartCardAppletIdGroup.SmartCardEmulationType Property

Definition

Sets or gets the type of smart card to which the applet IDs apply, host card or UICC.

public:
 property SmartCardEmulationType SmartCardEmulationType { SmartCardEmulationType get(); void set(SmartCardEmulationType value); };
SmartCardEmulationType SmartCardEmulationType();

void SmartCardEmulationType(SmartCardEmulationType value);
public SmartCardEmulationType SmartCardEmulationType { get; set; }
var smartCardEmulationType = smartCardAppletIdGroup.smartCardEmulationType;
smartCardAppletIdGroup.smartCardEmulationType = smartCardEmulationType;
Public Property SmartCardEmulationType As SmartCardEmulationType

Property Value

The type of smart card to which the applet IDs apply, host card or UICC.

Applies to

See also