Discuss this help topic in SecureBlackbox Forum
Specifies the logout reason.
Declaration
[VB.NET]
Property Reason As String
[Pascal]
property Reason : string;
[C++]
void get_Reason(std::string &OutResult);
void set_Reason(const std::string &Value);
[PHP]
string get_Reason()
void set_Reason(string $Value)
[Java]
String getReason();
void setReason(String Value);
Description
This property contains the URI which specifies the logout reason.
Discuss this help topic in SecureBlackbox Forum