Filter.MatchType enumeration

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)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration MatchType
'Usage
Dim instance As Filter.MatchType
[SerializableAttribute]
public enum MatchType

Members

Member name Description
SingleValue Value=0. Match a single field name.
MultiValueAny Value=1. Match a custom field.
MultiValueAll Value=2. Match a multivalue custom field.

Remarks

Use the MatchType enumeration to set the MatchType property.

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

See also

Reference

Microsoft.Office.Project.Server.Library namespace