Gets or sets a Boolean value that indicates whether role granted to Windows Groups are included to the list of role of a user.

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

Syntax

C#
public bool IncludeWindowsGroups { get; set; }
Visual Basic
Public Property IncludeWindowsGroups As Boolean
	Get
	Set

Return Value

Type: Boolean
true if Windows groups are included; otherwise, false. The default is true.

Remarks

if the Windows groups are not required, setting this property to false can improve performance by avoiding to load role granted to Windows groups.

When the license stored in the repository does not supports Windows Groups, this option is ignored.

See Also