DataPA Enterprise Dashboard Controls API Reference
Gets and sets a session only data location which will override the stdata location for this session only.

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

Syntax

C#
public static string SessionOnlyDataLocation { get; set; }
Visual Basic
Public Shared Property SessionOnlyDataLocation As String
	Get
	Set
Visual C++
public:
static property String^ SessionOnlyDataLocation {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String
A session only data location which will override the stdata location for this session only.

Return Value

Type: String
A session only data location which will override the stdata location for this session only.

Remarks