AuthorityPageCollection.Count property
Obtém o número de objetos AuthorityPage na coleção.
Namespace: Microsoft.Office.Server.Search.Administration
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 AuthorityPageCollection
Dim value As Integer
value = instance.Count
public int Count { get; }
Property value
Type: System.Int32
Um inteiro de 32 bits que contém o número de objetos AuthorityPage na coleção.