System.Web.Configuration.WebPartsPersonalizationAuthorization.Rules Property

Gets a collection of rules used for personalization authorization related to Web Parts.

Syntax

[System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)]
public AuthorizationRuleCollection Rules { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The System.Web.Configuration.AuthorizationRuleCollection consists of System.Web.Configuration.AuthorizationRule objects. An System.Web.Configuration.AuthorizationRule object contains an AuthorizationRule.Action property, a AuthorizationRule.Users property, and a AuthorizationRule.Verbs property. These properties can be set to allow or deny access to a Web Parts resource.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0