SmartCardAppletIdGroup.AppletIds Property

Definition

Gets the collection of applet IDs.

public:
 property IVector<IBuffer ^> ^ AppletIds { IVector<IBuffer ^> ^ get(); };
IVector<IBuffer> AppletIds();
public IList<IBuffer> AppletIds { get; }
var iVector = smartCardAppletIdGroup.appletIds;
Public ReadOnly Property AppletIds As IList(Of IBuffer)

Property Value

The collection of applet IDs.

Applies to

See also