DataPA Enterprise Dashboard Controls API Reference
Gets the unique ID of the users group.

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

Syntax

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

Property Value

Type: String
The unique ID of the users group.

Return Value

Type: String
The unique ID of the users group.

Remarks