Gets or sets WHOIS server address.

Namespace: Limilabs.WHOIS.Client
Assembly: Whois (in Whois.dll) Version: 2.0.1238.1610

Syntax

C#
public string Server { get; set; }
Visual Basic
Public Property Server As String
	Get
	Set
Visual C++
public:
property String^ Server {
	String^ get ();
	void set (String^ value);
}

See Also