WebPartsPersonalizationAuthorization.Rules Property
.NET Framework (current version)
Gets a collection of rules used for personalization authorization related to Web Parts.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute("", IsDefaultCollection = true)] public AuthorizationRuleCollection Rules { get; }
Property Value
Type: System.Web.Configuration.AuthorizationRuleCollectionAn AuthorizationRuleCollection object.
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
Available since 2.0
Show: