Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the match type for a filter.
Namespace: Microsoft.Office.Project.Server.Library.FilterSchema
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration MatchType
'Usage
Dim instance As MatchType
[SerializableAttribute]
public enum MatchType
Members
| Member name | Description | |
|---|---|---|
| SingleValue | Value=0. Match a field name. | |
| MultiValueAny | Value=1. Match a custom field. | |
| MultiValueAll | Value=2. Match a multivalue custom field. |
Remarks
Use the MatchType type to set the matchType property.
For more information, see How to: Use a Filter Parameter with PSI Methods.
Note
The Microsoft.Office.Project.Server.Library namespace also includes the Filter.MatchType type.
See Also
Reference
Microsoft.Office.Project.Server.Library.FilterSchema Namespace