Gets the granted role list

Namespace: Novalys.VisualGuard.Security.Membership
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
[ObsoleteAttribute("Use the new method [VGSecuriryRuntime.Roles.GetRolesByPermissionSet(PermissionSet)]")]
public VGRoleCollection GrantedRoles { get; }
Visual Basic
<ObsoleteAttribute("Use the new method [VGSecuriryRuntime.Roles.GetRolesByPermissionSet(PermissionSet)]")> 
Public ReadOnly Property GrantedRoles As VGRoleCollection
	Get

Property Value

Type: VGRoleCollection
The collection of the granted permission set

See Also