Error data from all variables formatted as HTML

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

Syntax

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

See Also