Share via


GenericAce.IsInherited 屬性

定義

取得布林值 (Boolean),指定這個存取控制項目 (ACE) 是繼承的還是明確設定的。

public:
 property bool IsInherited { bool get(); };
public bool IsInherited { get; }
member this.IsInherited : bool
Public ReadOnly Property IsInherited As Boolean

屬性值

Boolean

如果這個 ACE 是繼承的,則為 true,否則為 false

適用於