ShowError Property (IValidation)
Gets or sets the data validation error message will be displayed whenever the user enters invalid data.
bool ShowError {get; set;}
'Declaration
Property ShowError As Boolean
'Usage
Dim instance As IValidation
Dim value As Boolean
instance.ShowError = value
value = instance.ShowError
Property Value
true
if the data validation error message will be displayed; otherwise,
false
.