Gets the granted role list

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

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