Intersoft ClientUI Documentation
ErrorObject Property



Gets or sets the value of the error object. Validator
Syntax
Public Property ErrorObject As Validator
Dim instance As UXQueryBuilderItem
Dim value As Validator
 
instance.ErrorObject = value
 
value = instance.ErrorObject
public Validator ErrorObject {get; set;}
public:
property Validator^ ErrorObject {
   Validator^ get();
   void set (    Validator^ value);
}
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

UXQueryBuilderItem Class
UXQueryBuilderItem Members

Send Feedback