SmartCardAppletIdGroup.AutomaticEnablement Property

Definition

Gets or sets a Boolean value indicating if the operating system is permitted to enable this AppletIdGroup.

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

void AutomaticEnablement(bool value);
public bool AutomaticEnablement { get; set; }
var boolean = smartCardAppletIdGroup.automaticEnablement;
smartCardAppletIdGroup.automaticEnablement = boolean;
Public Property AutomaticEnablement As Boolean

Property Value

Boolean

bool

A Boolean value indicating if the operating system is permitted to enable this AppletIdGroup.

Remarks

Set this property to true to allow the OS to enable this AppletIdGroup. For example, in the NFC settings panel, a user may select a payment app. If there is only a single payment AppletIdGroup, and this property is set to true, the OS will automatically enable the AppletIdGroup. If false, the OS will always defer to the application to enable the AppletIdGroup. The default value is true.

Applies to

See also