de la propiedad Filter.FieldOperator.Operands
Obtiene la colección de operandos del operador de campo.
Espacio de nombres: Microsoft.Office.Project.Server.Library
Ensamblado: Microsoft.Office.Project.Server.Library (en Microsoft.Office.Project.Server.Library.dll)
Sintaxis
'Declaración
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 propiedad
Tipo: System.Collections.Generic.List<Object>