Filter.LogicalOperationType enumeration

Specifies the logical operation 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 LogicalOperationType
'Usage
Dim instance As Filter.LogicalOperationType
[SerializableAttribute]
public enum LogicalOperationType

Members

Member name Description
And Value=0. Logical AND operation.
Or Value=1. Logical OR 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 LogicalOperationType type.

See also

Reference

Microsoft.Office.Project.Server.Library namespace