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!

IValidator.IsValid

[To be supplied.]

[Visual Basic]
Property IsValid As Boolean
[C#]
bool IsValid {get; set;}
[C++]
bool get_IsValid() = 0;void set_IsValid(bool) = 0;
[JScript]
abstract function get IsValid() : Boolean;
public abstract function set IsValid(Boolean);

See Also

IValidator Interface | IValidator Members | System.Web.UI Namespace