Share via


Filter.LogicalOperator.Operands property

Gets the objects on which the operation is made.

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

Syntax

'Declaration
Public ReadOnly Property Operands As List(Of Filter.IOperator)
    Get
'Usage
Dim instance As Filter.LogicalOperator
Dim value As List(Of Filter.IOperator)

value = instance.Operands
public List<Filter.IOperator> Operands { get; }

Property value

Type: System.Collections.Generic.List<Filter.IOperator>
A list of type Filter.IOperator.

See also

Reference

Filter.LogicalOperator class

Filter.LogicalOperator members

Microsoft.Office.Project.Server.Library namespace