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 operators that compare project properties.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Enumeration ProjectPropertyCompareOperator
'Usage
Dim instance As ProjectPropertyCompareOperator
public enum ProjectPropertyCompareOperator
Members
| Member name | Description | |
|---|---|---|
| Equal | Value=1. Equal. | |
| NotEqual | Value=2. Not equal. | |
| LessThan | Value=3. Less than. | |
| LessOrEqualThan | Value=4. Less than or equal. | |
| GreaterThan | Value=5. Greater than. | |
| GreaterOrEqualThan | Value=6. Greater than or equal. | |
| Contains | Value=7. Contains. | |
| DoesNotContain | Value=8. Does not contain. |
Remarks
The ProjectPropertyCompareOperator constants are used in the overloaded Compare method in ProjectPropertyComparator.