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