WebPartsPersonalizationAuthorization.Rules Eigenschap

Definitie

Hiermee haalt u een verzameling regels op die worden gebruikt voor autorisatie van persoonlijke instellingen met betrekking tot webonderdelen.

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

Waarde van eigenschap

Een AuthorizationRuleCollection object.

Kenmerken

Opmerkingen

Het AuthorizationRuleCollection bestaat uit AuthorizationRule objecten. Een AuthorizationRule object bevat een Action eigenschap, een Users eigenschap en een Verbs eigenschap. Deze eigenschappen kunnen worden ingesteld om toegang tot een webonderdelenresource toe te staan of te weigeren.

Van toepassing op

Zie ook