Expand Minimize
This topic has not yet been rated - Rate this topic

Filter.FieldOperationType Enumeration (Microsoft.Office.Project.Server.Library)

Office 2007
Specifies the operation type for a filter.

This enumeration is not CLS-compliant.  

Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in microsoft.office.project.server.library.dll)
[SerializableAttribute] 
public enum FieldOperationType
 Member nameDescription
Contain Value=10. Contains operation.  
Equal Value=0. Equals operation.  
GreaterThan Value=2. Greater than operation.  
GreaterThanEqual Value=4. Greater than or equal to operation.  
IsNotNull Value=13. Is not null operation.  
IsNull Value=12. Is null operation.  
LessThan Value=3. Less than operation.  
LessThanEqual Value=5. Less than or equal to operation.  
Like Value=8. Like operation.  
NotContain Value=11. Does not contain operation.  
NotEqual Value=1. Is not equal to operation.  
NotLike Value=9. Is not like operation.  
NotWithin Value=7. Is not within operation.  
Within Value=6. Is within operation.  
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.