DataPA Enterprise Dashboard Controls 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
| C# |
|---|
public bool SessionFreeDataLocationAppServer { get; set; } |
| Visual Basic |
|---|
Public Property SessionFreeDataLocationAppServer As Boolean
Get
Set |
| Visual C++ |
|---|
public:
virtual property bool SessionFreeDataLocationAppServer {
bool get () sealed;
void set (bool value) sealed;
} |
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