ObjectSecurity.IsContainer プロパティ

定義

この ObjectSecurity オブジェクトがコンテナー オブジェクトかどうかを指定するブール値を取得します。

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

プロパティ値

ObjectSecurity オブジェクトがコンテナー オブジェクトの場合、true。それ以外の場合、false

適用対象