Gets permission set list granted to the role.

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

Syntax

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

Property Value

Type: array<Guid>[]()[][]
A VGPermissionSets object representing the permission set list granted to the role.

See Also