ClientConfigSessionFreeDataLocationAppServer Property |
|
DataPA OpenAnalytics API Reference
Gets and sets 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 bool SessionFreeDataLocationAppServer { get; set; }
Public Property SessionFreeDataLocationAppServer As Boolean
Get
Set
public:
virtual property bool SessionFreeDataLocationAppServer {
bool get () sealed;
void set (bool value) sealed;
}
function get_SessionFreeDataLocationAppServer();
function set_SessionFreeDataLocationAppServer(value);
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