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>

See Also

Reference

Filter.LogicalOperator Class

Filter.LogicalOperator Members

Microsoft.Office.Project.Server.Library Namespace