ServerSecurityStateFreeSecurityAppServer Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if the security appserver is state free.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool StateFreeSecurityAppServer { get; set; }
Public Property StateFreeSecurityAppServer As Boolean
Get
Set
public:
virtual property bool StateFreeSecurityAppServer {
bool get () sealed;
void set (bool value) sealed;
}
function get_StateFreeSecurityAppServer();
function set_StateFreeSecurityAppServer(value);
Property Value
Type:
BooleanTrue if the security appserver is state free.
Return Value
Type:
BooleanTrue if the security appserver is state free.
Remarks See Also