IP address that caused the error

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

Syntax

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

See Also