WindowsIntegrityPolicy.CanDisable 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值表示原始設備製造商 (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
為 。