Filter.FieldOperator.Operands - Propriété
Obtient la collection des opérandes de l'opérateur de champ.
Espace de noms : Microsoft.Office.Project.Server.Library
Assembly : Microsoft.Office.Project.Server.Library (dans Microsoft.Office.Project.Server.Library.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Operands As List(Of Object)
Get
'Utilisation
Dim instance As Filter.FieldOperator
Dim value As List(Of Object)
value = instance.Operands
public List<Object> Operands { get; }
Valeur de propriété
Type : System.Collections.Generic.List<Object>