ErrorMessage Property (StringLengthRule)
In This Topic
Gets or sets an error message to associate with a validation control if validation fails.
Syntax
'Declaration
Public Property ErrorMessage As String
public string ErrorMessage {get; set;}
See Also