Visual Guard Class Library Documentation

VGRole.PermissionSet Property

Gets or sets the permission set granted to the role.

public VGPermissionSet PermissionSet {get; set;}

Property Value

A VGPermissionSet object representing the permission set granted to the role.

Exceptions

Exception Type Condition
InvalidOperationException the value is modified and the role is marked as a built-in role or is a shared role.

-or-

the application of the permission set is not equal to the application of the role.

See Also

VGRole Class | Novalys.VisualGuard.Security.Membership Namespace