Intersoft ClientUI Documentation
Error Property (Validator)



Gets a message that describes any validation errors for the object.
Syntax
Public ReadOnly Property Error As String
Dim instance As Validator
Dim value As String
 
value = instance.Error
public string Error {get;}
public:
property String^ Error {
   String^ get();
}

Property Value

The validation error on the object; or null or System.String.Empty, if no errors are present.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Validator Class
Validator Members

Send Feedback