Constable Authorization Engine 2.0 BETA

AuthorizationContextPropertyGridAdapter.Roles Property

[This is preliminary documentation and subject to change.]

Gets or sets the collection of roles that the associated CurrentPrincipal is member of.

[Visual Basic]
Public Property Roles As StringCollection
[C#]
public System.Collections.Specialized.StringCollection Roles {get; set;}

Property Value

The collection of roles.

See Also

AuthorizationContextPropertyGridAdapter Class | LaMarvin.Constable.Design Namespace