AuthorizationRule.Roles Property
.NET Framework (current version)
Gets the roles associated with the resource.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("roles")>] [<TypeConverterAttribute(typeof(CommaDelimitedStringCollectionConverter))>] member Roles : StringCollection with get
Property Value
Type: System.Collections.Specialized.StringCollectionA StringCollection collection containing the roles whose authorization must be verified.
The Roles property is a list of roles that are granted or denied access to the resource. There must be at least one value in either the Users property collection or the Roles property collection, or both.
.NET Framework
Available since 2.0
Available since 2.0
Show: