The application or the object that caused the error

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

Syntax

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

See Also