CommonSecurityDescriptor.IsContainer プロパティ

定義

この CommonSecurityDescriptor オブジェクトに関連付けられているオブジェクトがコンテナー オブジェクトであるかどうかを示すブール値を取得します。

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

プロパティ値

true この CommonSecurityDescriptor オブジェクトに関連付けられているオブジェクトがコンテナー オブジェクトの場合は a0/>。それ以外の場合は false

適用対象