CommonAcl.IsDS 属性

定义

设置当前 CommonAcl 对象是否为一个目录对象的访问控制列表 (ACL)。

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

属性值

如果当前 CommonAcl 对象是一个目录对象的 ACL,则为 true

适用于