Discuss this help topic in SecureBlackbox Forum
Property status in the server's response.
Declaration
[VB.NET]
Property Status As String
[Pascal]
property Status : string;
[C++]
void get_Status(std::string &OutResult);
void set_Status(const std::string &Value);
[PHP]
string get_Status()
void set_Status(string $Value)
[Java]
String getStatus();
void setStatus(String Value);
Description
Specifies the status that is returned by server in a response to PROPFIND request.
Discuss this help topic in SecureBlackbox Forum