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




The text to display when not valid.

Syntax

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

See Also

© 2010 All Rights Reserved.