다음을 통해 공유


CommonSecurityDescriptor.IsContainer 속성

정의

CommonSecurityDescriptor 개체와 관련된 개체가 컨테이너 개체인지 여부를 지정하는 부울 값을 가져옵니다.

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

속성 값

CommonSecurityDescriptor 개체와 관련된 개체가 컨테이너 개체이면 true이고, 그렇지 않으면 false입니다.

적용 대상