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

Syntax

C#
[ObsoleteAttribute("This property is obsolete now, Please use VGApplication.RoleSelectionMode property for the same.", 
	true)]
public VGRoleSelectionMode RoleSelectionMode { get; set; }
Visual Basic
<ObsoleteAttribute("This property is obsolete now, Please use VGApplication.RoleSelectionMode property for the same.", 
	true)> 
Public Property RoleSelectionMode As VGRoleSelectionMode
	Get
	Set

Property Value

Type: VGRoleSelectionMode

See Also