Version

ConditionalOperator Property

Gets or sets the operator which defines how to logically combine Condition1 and Condition2
Syntax
'Declaration
 
Public Property ConditionalOperator As ConditionalOperator
public ConditionalOperator ConditionalOperator {get; set;}

Property Value

And to require both conditions to pass for the data to be filtered in. Or to allow data to be filtered in when one or both conditions are met.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe value assigned is not defined in the ConditionalOperator enumeration.
Remarks

When both Condition1 and Condition2 are set, the ConditionalOperator is used to determine how the conditions should be logically combined. If only Condition1 is set and Condition2 is null, then ConditionalOperator is ignored.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also