ObjectSecurity.IsContainer プロパティ

定義

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

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

プロパティ値

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

適用対象