DataPA Enterprise Dashboard Controls API Reference
Gets and sets a property that indicates if the Enterprise Data Location AppServer used operates session free.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public bool SessionFreeEnterpriseDataLocationAppServer { get; set; } |
| Visual Basic |
|---|
Public Property SessionFreeEnterpriseDataLocationAppServer As Boolean
Get
Set |
| Visual C++ |
|---|
public:
virtual property bool SessionFreeEnterpriseDataLocationAppServer {
bool get () sealed;
void set (bool value) sealed;
} |
Property Value
Type:
BooleanTrue if the Enterprise Data Location AppServer used operates session free.
Return Value
Type:
BooleanTrue if the Enterprise Data Location AppServer used operates session free.
Remarks
See Also