'Declaration
Property ShowInput As Boolean
'Usage
Dim instance As IValidation Dim value As Boolean instance.ShowInput = value value = instance.ShowInput
bool ShowInput {get; set;}
Property Value
true
if the data validation input message will be displayed; otherwise, false
.