PropertyConstraintCollection.Item property
Obtém a restrição da propriedade no índice especificado na coleção.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public ReadOnly Default Property Item ( _
index As Integer _
) As PropertyConstraint
Get
'Uso
Dim instance As PropertyConstraintCollection
Dim index As Integer
Dim value As PropertyConstraint
value = instance(index)
public PropertyConstraint this[
int index
] { get; }
Parâmetros
index
Type: System.Int32Um inteiro de 32 bits que especifica a posição no índice.
Property value
Type: Microsoft.Office.Server.Search.Query.PropertyConstraint
Um objeto PropertyConstraint .
Ver também
Referência
PropertyConstraintCollection class