Discuss this help topic in SecureBlackbox Forum

TElWebDAVServer.ServerName

TElWebDAVServer     


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


Specifies the name of the WebDAV server.

Declaration

[C#]
    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)

[Java]
    String getServerName();
    void setServerName(String Value);

Description

    Use this property to specify the name of the server.

Discuss this help topic in SecureBlackbox Forum