Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.