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!

CompareValidator.ControlPropertiesValid

This is a check of properties to determine any errors made by the developer

[Visual Basic]
Overrides Protected Function ControlPropertiesValid() As Boolean
[C#]
protected override bool ControlPropertiesValid();
[C++]
protected: override bool ControlPropertiesValid();
[JScript]
protected override function ControlPropertiesValid() : Boolean;

See Also

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