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 ReadOnly Property Rules As AuthorizationRuleCollection

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: