DataPA Enterprise Dashboard Controls API Reference 
        
 Gets the current data location.
 
        
        Namespace: DataPAClientConfigAssembly: 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: 
StringThe current data location.
Return Value
Type: 
StringThe current data location.
Remarks
See Also