HostUrl Property (FileManager)
In This Topic
Host Url of machine which host the server.
Syntax
'Declaration
Public Property HostUrl As System.String
'Usage
Dim instance As FileManager
Dim value As System.String
instance.HostUrl = value
value = instance.HostUrl
public System.string HostUrl {get; set;}
public read-write property HostUrl: System.String;
public function get,set HostUrl : System.String
public: __property System.string* get_HostUrl();
public: __property void set_HostUrl(
System.string* value
);
public:
property System.String^ HostUrl {
System.String^ get();
void set ( System.String^ value);
}
See Also