Filter.LogicalOperator.Operands Property
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>