SmartCardAppletIdGroup.MaxAppletIds Property

Definition

Gets the maximum number of permitted applet IDs.

public:
 static property unsigned short MaxAppletIds { unsigned short get(); };
static uint16_t MaxAppletIds();
public static ushort MaxAppletIds { get; }
var uInt16 = SmartCardAppletIdGroup.maxAppletIds;
Public Shared ReadOnly Property MaxAppletIds As UShort

Property Value

UInt16

unsigned short

uint16_t

The maximum number of permitted applet IDs.

Applies to

See also