Gets the list of permission sets granted to this permission set.

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

Syntax

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

Property Value

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

See Also