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!

Page.Validators

Gets a collection of all validators on the page.

[Visual Basic]
Public ReadOnly Property Validators As ValidatorCollection
[C#]
public ValidatorCollection Validators {get;}
[C++]
public: __property ValidatorCollection* get_Validators();
[JScript]
public function get Validators() : ValidatorCollection;

Property Value

The collection of validators.

See Also

Page Class | Page Members | System.Web.UI Namespace | ValidatorCollection