Share via


PropertyConstraintCollection.Item - Propriété

Obtient la contrainte de propriété dans l'index spécifié de la 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
    Get
'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
    Type : System.Int32

    Entier 32 bits qui indique la position dans l'index.

Valeur de propriété

Type : Microsoft.Office.Server.Search.Query.PropertyConstraint
Un objet PropertyConstraint .

Voir aussi

Référence

PropertyConstraintCollection classe

PropertyConstraintCollection - Membres

Microsoft.Office.Server.Search.Query - Espace de noms