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

[To be supplied.]

[Visual Basic]
Property ErrorMessage As String
[C#]
string ErrorMessage {get; set;}
[C++]
String* get_ErrorMessage() = 0;void set_ErrorMessage(String*) = 0;
[JScript]
abstract function get ErrorMessage() : String;
public abstract function set ErrorMessage(String);

See Also

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