Filter.FieldOperator.Operands 屬性
取得欄位運算子運算元的集合。
命名空間: Microsoft.Office.Project.Server.Library
組件: Microsoft.Office.Project.Server.Library (在 Microsoft.Office.Project.Server.Library.dll 中)
語法
'宣告
Public ReadOnly Property Operands As List(Of Object)
Get
'用途
Dim instance As Filter.FieldOperator
Dim value As List(Of Object)
value = instance.Operands
public List<Object> Operands { get; }
屬性值
類型:System.Collections.Generic.List<Object>