DataPA Enterprise Dashboard Controls API Reference
Gets the goup this user belongs to.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

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

Property Value

Type: Group
The goup this user belongs to.

Return Value

Type: Group
The goup this user belongs to.

Remarks

Returns nothing if the client does not have a DataLocationType of server.

See Also