Address of the server. This can be either a DNS resolvable host name, or an IP Address of the server.

Namespace: Monnit.Mine
Assembly: MonnitMineAPI (in MonnitMineAPI.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string ServerHostAddress { get; }
Visual Basic
Public ReadOnly Property ServerHostAddress As String
	Get
Visual C++
public:
property String^ ServerHostAddress {
	String^ get ();
}
F#
member ServerHostAddress : string with get

Property Value

Type: String

See Also