BaseInfoCollection<T>.Count method
Gets the number of values in this collection.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function Count As Integer
'Usage
Dim instance As BaseInfoCollection
Dim returnValue As Integer
returnValue = instance.Count()
public int Count()
Return value
Type: System.Int32
The number of values in this collection.