Filter.MatchType enumeration

Office 2013 and later

Specifies the match type for a filter.

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

No code example is currently available or this language may not be supported.

Member nameDescription
SingleValueValue=0. Match a single field name.
MultiValueAnyValue=1. Match a custom field.
MultiValueAllValue=2. Match a multivalue custom field.

Use the MatchType enumeration to set the MatchType property.

For more information, see How to: Use a Filter Parameter with PSI Methods.

Show: