SmartCardAppletIdGroupRegistration.AppletIdGroup Property

Definition

Gets the registered group of applet IDs.

public:
 property SmartCardAppletIdGroup ^ AppletIdGroup { SmartCardAppletIdGroup ^ get(); };
SmartCardAppletIdGroup AppletIdGroup();
public SmartCardAppletIdGroup AppletIdGroup { get; }
var smartCardAppletIdGroup = smartCardAppletIdGroupRegistration.appletIdGroup;
Public ReadOnly Property AppletIdGroup As SmartCardAppletIdGroup

Property Value

The registered group of applet IDs.

Applies to

See also