Gets or sets the list of roles granted to the user.

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

Syntax

C#
public VGGrantedRole[] GrantedRoles { get; set; }
Visual Basic
Public Property GrantedRoles As VGGrantedRole()
	Get
	Set

Property Value

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

See Also