'Declaration
Public Property ShowError As Boolean
'Usage
Dim instance As FormulaProvider Dim value As Boolean instance.ShowError = value value = instance.ShowError
public bool ShowError {get; set;}
Property Value
true
if the error icon will be shown; otherwise, false
.