Click or drag to resize

VGPermissionsLoadingEventArgsRoles Property

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

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public VGGrantedRole[] Roles { get; set; }

Property Value

Type: VGGrantedRole
Exceptions
ExceptionCondition
ArgumentNullExceptionthe value cannot be a null reference.
ArgumentExceptioneach role must already exist in the initial list.
Remarks
if the value is an empty array, Status is automatically set to UserNotAuthorized
See Also