Gets permission set list granted to the role.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public Guid[] PermissionSets { get; }
Visual Basic (Declaration)
Public ReadOnly Property PermissionSets As Guid()

Field Value

A VGPermissionSets object representing the permission set list granted to the role.

See Also