Share via


Filter.LogicalOperator constructor

Instantiates a LogicalOperator object.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Sub New ( _
    operation As Filter.LogicalOperationType, _
    ParamArray operands As Filter.IOperator() _
)
'Usage
Dim operation As Filter.LogicalOperationType
Dim operands As Filter.IOperator()

Dim instance As New Filter.LogicalOperator(operation, _
    operands)
public LogicalOperator(
    Filter.LogicalOperationType operation,
    params Filter.IOperator[] operands
)

Parameters

  • operands
    Type: []

    The objects on which the operation is made.

See also

Reference

Filter.LogicalOperator class

Filter.LogicalOperator members

Microsoft.Office.Project.Server.Library namespace