Discuss this help topic in SecureBlackbox Forum

TElWebDAVErrorResponse.Status

TElWebDAVErrorResponse     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies server status.

Declaration

[C#]
    string Status;

[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.

See also:     Error     Description    

Discuss this help topic in SecureBlackbox Forum