PropertyConstraintCollection.Item, propriété (Microsoft.Office.Server.Search.Query)
Gets the property constraint at the specified index in the collection.
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As PropertyConstraint
'Utilisation
Dim instance As PropertyConstraintCollection
Dim index As Integer
Dim value As PropertyConstraint
value = instance(index)
public PropertyConstraint this [
int index
] { get; }
Paramètres
- index
A 32-bit integer that specifies the position in the index.
Valeur de la propriété
A PropertyConstraint object.
Voir aussi
Référence
PropertyConstraintCollection, classe
Membres PropertyConstraintCollection
Microsoft.Office.Server.Search.Query, espace de noms