LogicalOperationType Enumeration

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

Members

Member name Description
And Value=0. Logical AND.
Or Value=1. Logical OR.
Nop Value=2. Logical no-operation instruction (NOP).

Remarks

For more information, see How to: Use a Filter Parameter with PSI Methods.

See Also

Reference

Microsoft.Office.Project.Server.Library.FilterSchema Namespace