'Declaration
Public Property ShowError As Boolean
'Usage
Dim instance As DataValidation Dim value As Boolean instance.ShowError = value value = instance.ShowError
public bool ShowError {get; set;}
Property Value
true
if display the error alert message; otherwise, false
.