'DeclarationPublicProperty Roles AsStringGetSet'UsageDim instance As AuthorizeAttribute
Dim value AsString
value = instance.Roles
instance.Roles = value
Property Value
Type: System.String The user roles that are authorized to access the controller or action method.
User roles are used to check authorization in an ASP.NET MVC application. A role defines privileges that are available to users who are assigned to that role. Users can belong to more than one role.