'DeclarationPublic Property And As Boolean
'UsageDim instance As CustomFilter Dim value As Boolean instance.And = value value = instance.And
public bool And {get; set;}
Property Value
true if the two criterias have an "and" relationship; otherwise, false.