NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RangeValidator.Type

Type property

[Visual Basic]
Public Property Type As ValidationDataType
[C#]
public ValidationDataType Type {get; set;}
[C++]
public: __property ValidationDataType get_Type();
public: __property void set_Type(ValidationDataType);
[JScript]
public function get Type() : ValidationDataType;
public function set Type(ValidationDataType);

See Also

RangeValidator Class | RangeValidator Members | System.Web.UI.WebControls Namespace