Gets or sets the list of VGGrantedGroup corresponding to groups granted to the user.

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

Syntax

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

Property Value

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

Remarks

if the value is an empty array, Status is automatically set to UserNotAuthorized

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionthe value cannot be a null reference.
System..::..ArgumentExceptioneach group must already exist in the initial list.

See Also