Filter.FieldOperator.Operands propriedade
Obtém a coleção de operandos para o operador de campo.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (em Microsoft.Office.Project.Server.Library.dll)
Sintaxe
'Declaração
Public ReadOnly Property Operands As List(Of Object)
Get
'Uso
Dim instance As Filter.FieldOperator
Dim value As List(Of Object)
value = instance.Operands
public List<Object> Operands { get; }
Valor de propriedade
Tipo: System.Collections.Generic.List<Object>