다음을 통해 공유


CommonSecurityDescriptor.IsDS 속성

정의

CommonSecurityDescriptor 개체와 관련된 개체가 디렉터리 개체인지 여부를 지정하는 부울 값을 가져옵니다.

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

속성 값

CommonSecurityDescriptor 개체와 관련된 개체가 디렉터리 개체이면 true이고, 그렇지 않으면 false입니다.

적용 대상