Discuss this help topic in SecureBlackbox Forum
The identifier of this session's logout request.
Declaration
[C#]
string LogoutRequestID;
[VB.NET]
Property LogoutRequestID As String
[Pascal]
property LogoutRequestID : string;
[C++]
void get_LogoutRequestID(std::string &OutResult);
void set_LogoutRequestID(const std::string &Value);
[PHP]
string get_LogoutRequestID()
void set_LogoutRequestID(string $Value)
[Java]
String getLogoutRequestID();
void setLogoutRequestID(String Value);
Description
This property specifies the ID of this session's logout request.
Discuss this help topic in SecureBlackbox Forum