This is the start server for whois search.
Namespace: Limilabs.WHOIS.ClientAssembly: Whois (in Whois.dll) Version: 2.0.1238.1610
Syntax
C# |
---|
public string StartServer { get; set; } |
Visual Basic |
---|
Public Property StartServer As String
Get
Set |
Visual C++ |
---|
public:
property String^ StartServer {
String^ get ();
void set (String^ value);
} |
See Also