The method that threw the current exception

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

Syntax

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

See Also