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

MaximumControl property

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

See Also

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