Gets or sets the list of VGGrantedGroup

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

Syntax

C#
public List<VGGrantedGroup> SelectedGroups { get; }
Visual Basic
Public ReadOnly Property SelectedGroups As List(Of VGGrantedGroup)
	Get

Property Value

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

See Also