BaseInfoCollection<T>.Count method
Obtém o número de valores nessa coleção.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function Count As Integer
'Uso
Dim instance As BaseInfoCollection
Dim returnValue As Integer
returnValue = instance.Count()
public int Count()
Valor retornado
Type: System.Int32
O número de valores nessa coleção.