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 operation type for a filter field.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration FieldOperationType
'Usage
Dim instance As Filter.FieldOperationType
[SerializableAttribute]
public enum FieldOperationType
Members
| Member name | Description | |
|---|---|---|
| Equal | Value=0. Equals operation. | |
| NotEqual | Value=1. Is not equal to operation. | |
| GreaterThan | Value=2. Greater than operation. | |
| LessThan | Value=3. Less than operation. | |
| GreaterThanEqual | Value=4. Greater than or equal to operation. | |
| LessThanEqual | Value=5. Less than or equal to operation. | |
| Within | Value=6. Is within operation. | |
| NotWithin | Value=7. Is not within operation. | |
| Like | Value=8. Like operation. | |
| NotLike | Value=9. Is not like operation. | |
| Contain | Value=10. Contains operation. | |
| NotContain | Value=11. Does not contain operation. | |
| IsNull | Value=12. Is null operation. | |
| IsNotNull | Value=13. Is not null operation. |
Remarks
For more information, see How to: Use a Filter Parameter with PSI Methods.
Note
The Microsoft.Office.Project.Server.Library.FilterSchema namespace also includes the FieldOperationType type.
See also
Reference
Microsoft.Office.Project.Server.Library namespace