'Declaration
Public Property And As Boolean
'Usage
Dim 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
.