ErrorMessage Property (DataValidation)
Gets or sets the message text of error alert.
public string ErrorMessage {get; set;}
'Declaration
Public Property ErrorMessage As String
'Usage
Dim instance As DataValidation
Dim value As String
instance.ErrorMessage = value
value = instance.ErrorMessage
Property Value
A
System.String value represents the message text of error alert.