RangeValidator.Type Property
.NET Framework 3.0
Gets or sets the data type that specifies how to interpret the values being compared.
Namespace: System.Web.UI.MobileControls
Assembly: System.Web.Mobile (in system.web.mobile.dll)
Assembly: System.Web.Mobile (in system.web.mobile.dll)
[BindableAttribute(false)] public: property ValidationDataType Type { ValidationDataType get (); void set (ValidationDataType value); }
/** @property */ public ValidationDataType get_Type () /** @property */ public void set_Type (ValidationDataType value)
public function get Type () : ValidationDataType public function set Type (value : ValidationDataType)
Not applicable.
Property Value
The data type that specifies how to interpret the values being compared.| Exception type | Condition |
|---|---|
| The specified value is not one of the ValidationDataType values. |
The values are implicitly converted to the specified data type before the comparison is made. If the data conversion fails, data validation fails.
The following table contains the definitions of the ValidationDataType enumerations.
| Enumerations | Value | Data Type |
|---|---|---|
| String | 0 | String |
| Integer | 1 | Integer |
| Double | 2 | Double |
| Date | 3 | DateTime |
| Currency | 4 | Currency |
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: