Filter.IOperator Interface
An interface that is used to design objects that are operators in the construction of filters.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Interface IOperator
'Usage
Dim instance As Filter.IOperator
public interface IOperator
Remarks
Filter operators include the Filter.LogicalOperator class and the Filter.FieldOperator class.