Gets and sets the ErrorMessage to display if the control is invalid

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[DefaultValueAttribute("")]
public string ErrorMessage { get; set; }
Visual Basic
<DefaultValueAttribute("")> 
Public Property ErrorMessage As String
	Get
	Set

See Also