Filter.LogicalOperator.Operation property

Gets or sets the logical operation (AND or OR).

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Property Operation As Filter.LogicalOperationType
    Get
    Set
'Usage
Dim instance As Filter.LogicalOperator
Dim value As Filter.LogicalOperationType

value = instance.Operation

instance.Operation = value
public Filter.LogicalOperationType Operation { get; set; }

Property value

Type: Microsoft.Office.Project.Server.Library.Filter.LogicalOperationType
An enumerated value that represents the operation.

See also

Reference

Filter.LogicalOperator class

Filter.LogicalOperator members

Microsoft.Office.Project.Server.Library namespace