Touchstone Re 2023 API Reference
LogicalOperator Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Filter.Data Namespace : LogicalOperator Enumeration
Defines the standard Logical Operators that the software supports.
Syntax
Public Enum LogicalOperator 
   Inherits System.Enum
Dim instance As LogicalOperator
public enum LogicalOperator : System.Enum 
Members
MemberDescription
AndDefines the Logical Operator "And."
OrDefines the Logical Operator "Or."
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.Common.Filter.Data.LogicalOperator

Requirements

Target Platforms: 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

Reference

AIR.Services.Common.Filter.Data Namespace