ESRI.ArcGIS.ADF.Tasks
ErrorMessage Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > Validator Class : ErrorMessage Property




The error message to display in an alert box when not valid.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ResCategoryAttribute("WebControlCategoryAppearance")>
<DefaultValueAttribute()>
Public Property ErrorMessage As String
Visual Basic (Usage)Copy Code
Dim instance As Validator
Dim value As String
 
instance.ErrorMessage = value
 
value = instance.ErrorMessage
C# 
[NotifyParentPropertyAttribute(true)]
[ResCategoryAttribute("WebControlCategoryAppearance")]
[DefaultValueAttribute()]
public string ErrorMessage {get; set;}

See Also

© 2010 All Rights Reserved.