ErrorMessage Property
ErrorMessage
Gets or sets the data validation error message.
Declaration
string ErrorMessage { get; set; }
Property ErrorMessage As String
Property Value
Type |
Description |
string |
A string value represents the data validation error message.
|