Filter.LogicalOperator.Operands 屬性
取得在其進行此作業的物件。
命名空間: Microsoft.Office.Project.Server.Library
組件: Microsoft.Office.Project.Server.Library (在 Microsoft.Office.Project.Server.Library.dll 中)
語法
'宣告
Public ReadOnly Property Operands As List(Of Filter.IOperator)
Get
'用途
Dim instance As Filter.LogicalOperator
Dim value As List(Of Filter.IOperator)
value = instance.Operands
public List<Filter.IOperator> Operands { get; }
屬性值
類型:System.Collections.Generic.List<Filter.IOperator>
類型Filter.IOperator清單。