WebPartsPersonalizationAuthorization.Rules プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Web パーツに関連するパーソナル化承認で使用される規則のコレクションを取得します。
public:
property System::Web::Configuration::AuthorizationRuleCollection ^ Rules { System::Web::Configuration::AuthorizationRuleCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)]
public System.Web.Configuration.AuthorizationRuleCollection Rules { get; }
[<System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)>]
member this.Rules : System.Web.Configuration.AuthorizationRuleCollection
Public ReadOnly Property Rules As AuthorizationRuleCollection
プロパティ値
AuthorizationRuleCollection オブジェクト。
- 属性
注釈
は AuthorizationRuleCollection オブジェクトで AuthorizationRule 構成されます。 AuthorizationRuleオブジェクトには、Actionプロパティ、プロパティ、Usersおよび プロパティがVerbs含まれます。 これらのプロパティは、Web パーツ リソースへのアクセスを許可または拒否するように設定できます。