Discuss this help topic in SecureBlackbox Forum
Specifies server status.
Declaration
[VB.NET]
Property Status As String
[Pascal]
property Status : string;
[C++]
void get_Status(std::string &OutResult);
[PHP]
string get_Status()
[Java]
String getStatus();
Description
Use this property to get the status returned by the response.
Discuss this help topic in SecureBlackbox Forum