DataPA Enterprise Dashboard Controls API Reference
Gets the current data location.

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

Syntax

C#
public static string DataLocation { get; }
Visual Basic
Public Shared ReadOnly Property DataLocation As String
	Get
Visual C++
public:
static property String^ DataLocation {
	String^ get ();
}

Property Value

Type: String
The current data location.

Return Value

Type: String
The current data location.

Remarks