DataPA Enterprise Dashboard Controls API Reference
Gets the user this license is valid for.

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

Syntax

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

Return Value

Type: String
The user this license is valid for

Remarks