'Declaration
Public Property IgnoreBlank As Boolean
'Usage
Dim instance As DataValidation Dim value As Boolean instance.IgnoreBlank = value value = instance.IgnoreBlank
public bool IgnoreBlank {get; set;}
Property Value
true
if the data validation allows the use of empty or blank entries; otherwise, false
.