ObjectSecurity.IsContainer 속성

정의

ObjectSecurity 개체가 컨테이너 개체인지 여부를 지정하는 부울 값을 가져옵니다.

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

속성 값

Boolean

true 개체가 컨테이너 개체이면 ObjectSecurity 이고, 컨테이너 개체가 아니면 false입니다.

적용 대상