共用方式為


SmartCardAppletIdGroup.AutomaticEnablement 屬性

定義

取得或設定布林值,指出是否允許啟用此 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

屬性值

Boolean

bool

布林值,指出是否允許作業系統啟用此 AppletIdGroup

備註

將此屬性設定為 true,以允許 OS 啟用此 AppletIdGroup。 例如,在 NFC 設定面板中,使用者可以選取付款應用程式。 如果只有單一付款 AppletIdGroup,且此屬性設定為 true,則 OS 會自動啟用 AppletIdGroup。 如果為 false,OS 一律會延遲應用程式以啟用 AppletIdGroup。 預設值為 true。

適用於

另請參閱