SmartCardEmulator.MaxAppletIdGroupRegistrations Property

Definition

Gets the maximum number of permitted applet ID group registrations.

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

Property Value

UInt16

unsigned short

uint16_t

The maximum number of permitted applet ID group registrations.

Applies to

See also