This property contains all granted groups to the user.

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

Syntax

C#
ReadOnlyCollection<VGGrantedGroup> GrantedGroups { get; }
Visual Basic
ReadOnly Property GrantedGroups As ReadOnlyCollection(Of VGGrantedGroup)
	Get

Property Value

Type: ReadOnlyCollection<(Of <(<'VGGrantedGroup>)>)>

See Also