[]
Gets or sets a value that specifies how the condition is combined with other conditions.
public bool IsAnd { get; set; }
Set IsAnd to true to combibine condition with And logical operation. Set IsAnd to false to combibine condition with Or logical operation.