Discuss this help topic in SecureBlackbox Forum
Specifies the name of the WebDAV server.
Declaration
[C#/Java]
string ServerName;
[VB.NET]
Property ServerName As String
[Pascal]
property ServerName : string;
[C++]
void get_ServerName(std::string &OutResult);
void set_ServerName(const std::string &Value);
[PHP]
string get_ServerName()
void set_ServerName(string $Value)
Description
Use this property to specify the name of the server.
Discuss this help topic in SecureBlackbox Forum