Compartilhar via


ManagedPropertyInfoCollection.TotalCount property

O número total de propriedades gerenciadas disponíveis.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
<DataMemberAttribute> _
Public Property TotalCount As Integer
    Get
    Set
'Uso
Dim instance As ManagedPropertyInfoCollection
Dim value As Integer

value = instance.TotalCount

instance.TotalCount = value
[DataMemberAttribute]
public int TotalCount { get; set; }

Property value

Type: System.Int32

Comentários

Essa contagem pode ser maior do que Count() , se essa coleção representa um subconjunto das propriedades gerenciadas total disponíveis.

Ver também

Referência

ManagedPropertyInfoCollection class

ManagedPropertyInfoCollection members

Microsoft.Office.Server.Search.Administration namespace