GenericAce.IsInherited 属性

定义

获取一个布尔值,该值指定此访问控制项 (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

适用于