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