This property contains all granted groups which are Active.

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> Groups { get; }
Visual Basic
ReadOnly Property Groups As ReadOnlyCollection(Of VGGrantedGroup)
	Get

Property Value

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

See Also