SpreadsheetGear 2017
ErrorMessage Property (IValidation)






SpreadsheetGear Namespace > IValidation Interface : ErrorMessage Property
Gets or sets the error message to display when validation fails.
Syntax
'Declaration
 
Property ErrorMessage As System.String
'Usage
 
Dim instance As IValidation
Dim value As System.String
 
instance.ErrorMessage = value
 
value = instance.ErrorMessage
System.string ErrorMessage {get; set;}
read-write property ErrorMessage: System.String; 
function get,set ErrorMessage : System.String
__property System.string* get_ErrorMessage();
__property void set_ErrorMessage( 
   System.string* value
);
property System.String^ ErrorMessage {
   System.String^ get();
   void set (    System.String^ 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

IValidation Interface
IValidation Members
ShowError Property
ErrorTitle Property
AlertStyle Property