ObjectSecurity.IsDS 속성

정의

ObjectSecurity 개체가 디렉터리 개체인지 여부를 지정하는 부울 값을 가져옵니다.

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

속성 값

Boolean

true 개체가 디렉터리 개체이면 ObjectSecurity 이고, 그렇지 않으면 false입니다.

적용 대상