Filter.LogicalOperator class
Logical operator for a field, as defined by the specified field operands and the operation (AND or OR).
This API is not CLS-compliant.
Inheritance hierarchy
System.Object
Microsoft.Office.Project.Server.Library.Filter.LogicalOperator
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
<SerializableAttribute> _
<CLSCompliantAttribute(False)> _
Public Class LogicalOperator _
Implements Filter.IOperator
'Usage
Dim instance As Filter.LogicalOperator
[SerializableAttribute]
[CLSCompliantAttribute(false)]
public class LogicalOperator : Filter.IOperator
Remarks
The nominal values in this class are unsigned types that make them unavailable for CLS use.
The LogicalOperator class implements the Filter.IOperator interface.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.