Returns or sets string containing the hostname or TCP/IP address for connecting to host server


Namespace: rocketsoftware.MVSP
Assembly: RocketMVSP (in RocketMVSP.dll)

Syntax

Visual Basic (Declaration)
Public Property HostName As String
C#
public string HostName { get; set; }
C++
public property string HostName sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_HostName();

/** property */
public void set_HostName(string value);
JScript
public function get HostName() : String

public function set HostName(value : String);

Property Value

a string containing the hostname or TCP/IP address for connecting to host server

See Also