'Declaration <DefaultValueAttribute()> Public Property IntegerValue As Boolean
'Usage Dim instance As NumberCondition Dim value As Boolean instance.IntegerValue = value value = instance.IntegerValue
[DefaultValue()] public bool IntegerValue {get; set;}
Property Value
true
if the comparison only checks integer values; otherwise, false
. The default value is false
.