ESRI.ArcGIS.ADF.Tasks
RangeValidationDataType Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > FormEntry Class : RangeValidationDataType Property




The type of data assumed for a range validation.

Syntax

Visual Basic (Declaration) 
Public Property RangeValidationDataType As ValidationDataType
Visual Basic (Usage)Copy Code
Dim instance As FormEntry
Dim value As ValidationDataType
 
instance.RangeValidationDataType = value
 
value = instance.RangeValidationDataType
C# 
public ValidationDataType RangeValidationDataType {get; set;}

Remarks

Valid values are those for the ValidationDataType: String, Integer, Double, Date, and Currency.

See Also

© 2010 All Rights Reserved.