DataPA Enterprise Dashboard Controls API Reference
Gets and sets the group for this user.

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

Syntax

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

Property Value

Type: Group
The group for this user.

Return Value

Type: Group
The group for this user.

Remarks