ObjectSecurity.IsDS 属性

定义

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

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

属性值

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

适用于