Filter.FieldOperator constructor (Filter.FieldOperationType, Filter.MatchType, Guid, Filter.PropertyTypeEnum, Object[])

Instantiates a FieldOperator object for a custom field, with the field operation type, match type, custom field GUID, property type, and collection of operands.

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.FieldOperationType, _
    matchType As Filter.MatchType, _
    customFieldGuid As Guid, _
    propertyType As Filter.PropertyTypeEnum, _
    ParamArray operands As Object() _
)
'Usage
Dim operation As Filter.FieldOperationType
Dim matchType As Filter.MatchType
Dim customFieldGuid As Guid
Dim propertyType As Filter.PropertyTypeEnum
Dim operands As Object()

Dim instance As New Filter.FieldOperator(operation, _
    matchType, customFieldGuid, propertyType, _
    operands)
public FieldOperator(
    Filter.FieldOperationType operation,
    Filter.MatchType matchType,
    Guid customFieldGuid,
    Filter.PropertyTypeEnum propertyType,
    params Object[] operands
)

Parameters

  • customFieldGuid
    Type: System.Guid

    The GUID for the custom field.

  • operands
    Type: []

    A collection of operands for the field operator.

See also

Reference

Filter.FieldOperator class

Filter.FieldOperator members

Filter.FieldOperator overload

Microsoft.Office.Project.Server.Library namespace