'Declaration
ReadOnly Property Value As Boolean
'Usage
Dim instance As IValidation Dim value As Boolean value = instance.Value
bool Value {get;}
Property Value
true
if all the validation criteria are met (that is, if the range contains valid data); otherwise, false
.