AuthorizationRule.IsInherited プロパティ

定義

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

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

プロパティ値

Boolean

このルールが明示的に設定されていないものの、親コンテナーから継承されている場合は true

適用対象