Freigeben über


Filter.LogicalOperator.Operands-Eigenschaft

Ruft die Objekte auf denen der Vorgang vorgenommen wird.

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; }

Eigenschaftswert

Typ: System.Collections.Generic.List<Filter.IOperator>
Eine Liste der Typ Filter.IOperator.

Siehe auch

Referenz

Filter.LogicalOperator Klasse

Filter.LogicalOperator-Member

Microsoft.Office.Project.Server.Library-Namespace