DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates if the Data Location AppServer is a session free AppServer

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

Syntax

C#
public static bool SessionFreeDataLocationAppServer { get; }
Visual Basic
Public Shared ReadOnly Property SessionFreeDataLocationAppServer As Boolean
	Get
Visual C++
public:
static property bool SessionFreeDataLocationAppServer {
	bool get ();
}

Property Value

Type: Boolean
A value that indicates if the Data Location AppServer is a session free AppServer

Return Value

Type: Boolean
A value that indicates if the Data Location AppServer is a session free AppServer

Remarks