AuthorizationRule.IsInherited プロパティ
定義
この規則を明示的に設定するか、または親コンテナー オブジェクトから継承するかを指定する値を取得します。Gets a value indicating whether this rule is explicitly set or is inherited from a parent container object.
public:
property bool IsInherited { bool get(); };
public bool IsInherited { get; }
member this.IsInherited : bool
Public ReadOnly Property IsInherited As Boolean
プロパティ値
この規則を明示的に設定せず、親コンテナーから継承する場合は true
。true
if this rule is not explicitly set but is instead inherited from a parent container.