'Declaration <System.ComponentModel.DefaultValueAttribute()> Public Property ShowInputMessage As System.Boolean
'Usage Dim instance As DataValidator Dim value As System.Boolean instance.ShowInputMessage = value value = instance.ShowInputMessage
[System.ComponentModel.DefaultValue()] public System.bool ShowInputMessage {get; set;}
Property Value
true
if the data validator shows the input message; otherwise, false
. The default value is true
.