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>