Spread for ASP.NET 12 Product Documentation
ErrorMessage Property (MaskedEditValidator)


FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > MaskedEditValidator Class : ErrorMessage Property
Gets or sets the error message.
Syntax
'Declaration
 
Public Property ErrorMessage As String
'Usage
 
Dim instance As MaskedEditValidator
Dim value As String
 
instance.ErrorMessage = value
 
value = instance.ErrorMessage
public string ErrorMessage {get; set;}

Property Value

The error message.
See Also

Reference

MaskedEditValidator Class
MaskedEditValidator Members