DataPA Enterprise Dashboard Controls API Reference
Gets and sets a value that indicates if a business logic routine on the appserver should be used to assign users to groups.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool BLToAssignUserGroups { get; set; }
Visual Basic
Public Property BLToAssignUserGroups As Boolean
	Get
	Set
Visual C++
public:
virtual property bool BLToAssignUserGroups {
	bool get () sealed;
	void set (bool value) sealed;
}

Property Value

Type: Boolean
True if a business logic routine on the appserver should be used to assign users to groups.

Return Value

Type: Boolean
True if a business logic routine on the appserver should be used to assign users to groups.

Remarks