Information about the server

Namespace:  MicroMighty.SDK.Web.Tools
Assembly:  MicroMighty.SDK.Web (in MicroMighty.SDK.Web.dll)

Syntax

Visual Basic (Declaration)
Public Property ServerInfo As String
C#
public string ServerInfo { get; set; }
Visual C++
public:
property String^ ServerInfo {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_serverInfo();
function set_serverInfo(value);

See Also