'Declaration
Property IgnoreBlank As Boolean
'Usage
Dim instance As IValidation Dim value As Boolean instance.IgnoreBlank = value value = instance.IgnoreBlank
bool IgnoreBlank {get; set;}
Property Value
true
if blank values are permitted by the range data validation; otherwise, false
.