Message Property (ValidationEntry)
In This Topic
Gets the user-friendly message for the validation entry.
Syntax
'Declaration
Public ReadOnly Property Message As String
public string Message {get;}
Property Value
A
System.String value indicating the message to display for the validation entry.
See Also