ObjectSecurity.IsDS 属性

定义

获取一个布尔值,该值指定此 ObjectSecurity 对象是否是目录对象。

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

属性值

如果 ObjectSecurity 对象是一个目录对象,则为 true;否则为 false

适用于