AuthorizationRule.IsInherited プロパティ

定義

この規則が明示的に設定されているか、親コンテナー オブジェクトから継承されているかを示す値を取得します。

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

プロパティ値

true この規則が明示的に設定されていないが、代わりに親コンテナーから継承される場合は 。

適用対象