SessionManagerSessionFreeDataLocationAppServer Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates if the Data Location AppServer is a session free AppServer
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public static bool SessionFreeDataLocationAppServer { get; }
Public Shared ReadOnly Property SessionFreeDataLocationAppServer As Boolean
Get
public:
static property bool SessionFreeDataLocationAppServer {
bool get ();
}
DataPAClientConfig.SessionManager.get_SessionFreeDataLocationAppServer = function();
Property Value
Type:
BooleanA value that indicates if the Data Location AppServer is a session free AppServer
Return Value
Type:
BooleanA value that indicates if the Data Location AppServer is a session free AppServer
Remarks See Also