WebPartsPersonalizationAuthorization.Rules Property

 

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

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

[ConfigurationPropertyAttribute("", IsDefaultCollection = true)]
public AuthorizationRuleCollection Rules { get; }

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

.NET Framework
Available since 2.0
Return to top
Show: