ObjectSecurity.IsDS 属性
定义
获取一个布尔值,该值指定此 ObjectSecurity 对象是否是目录对象。Gets a Boolean value that specifies whether this ObjectSecurity object is a directory object.
protected:
property bool IsDS { bool get(); };
protected bool IsDS { get; }
member this.IsDS : bool
Protected ReadOnly Property IsDS As Boolean
属性值
如果 ObjectSecurity 对象是一个目录对象,则为 true;否则为 false。true if the ObjectSecurity object is a directory object; otherwise, false.