Creates a new instance of a VGRoleSelectionForm class. default - VGSelectionMode = OnlyOne list of granted groupsVGSelectionMode

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 VGGroupSelectionForm(
	List<VGGrantedGroup> groups
)
Visual Basic
Public Sub New ( 
	groups As List(Of VGGrantedGroup)
)

Parameters

groups
Type: System.Collections.Generic..::..List<(Of <(<'VGGrantedGroup>)>)>

See Also