共用方式為


WindowsIntegrityPolicy.CanDisable 屬性

定義

取得值,這個值表示原始設備製造商 (OEM) 或協力廠商 Windows 10 (10 S 模式) 是否可以停用安全模式) 。

public:
 static property bool CanDisable { bool get(); };
static bool CanDisable();
public static bool CanDisable { get; }
var boolean = WindowsIntegrityPolicy.canDisable;
Public Shared ReadOnly Property CanDisable As Boolean

屬性值

Boolean

bool

true如果Windows 10安全模式 (10 S 模式) 可以透過任何方式停用,則為 ,否則 false 為 。

適用於

另請參閱