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