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.MaximumValue

MaximumValue property

[Visual Basic]
Public Property MaximumValue As String
[C#]
public string MaximumValue {get; set;}
[C++]
public: __property String* get_MaximumValue();
public: __property void set_MaximumValue(String*);
[JScript]
public function get MaximumValue() : String;
public function set MaximumValue(String);

See Also

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