SmartCardAppletIdGroup.AutomaticEnablement Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.