And Property (CustomFilter)
Gets or sets a value indicating whether the two criterias have an "and" relationship.
public bool And {get; set;}
'Declaration
Public Property And As Boolean
'Usage
Dim instance As CustomFilter
Dim value As Boolean
instance.And = value
value = instance.And
Property Value
true
if the two criterias have an "and" relationship; otherwise,
false
.