Gets the list of roles of current application granted to the user

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

Syntax

C#
VGGrantedRole[] Roles { get; }
Visual Basic
ReadOnly Property Roles As VGGrantedRole()
	Get

Property Value

Type: array<VGGrantedRole>[]()[][]

See Also