Compartilhar via


PropertyConstraintCollection.Count property

Obtém o número de objetos PropertyConstraint 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 Property Count As Integer
    Get
'Uso
Dim instance As PropertyConstraintCollection
Dim value As Integer

value = instance.Count
public int Count { get; }

Property value

Type: System.Int32
Um inteiro de 32 bits que representa o número de restrições de propriedade na coleção.

Ver também

Referência

PropertyConstraintCollection class

PropertyConstraintCollection members

Microsoft.Office.Server.Search.Query namespace