OrderedCollectionBase<T>.Count property
Gets the number of items in the Collection
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property Count As Integer
Get
'Usage
Dim instance As OrderedCollectionBase
Dim value As Integer
value = instance.Count
public int Count { get; }
Property value
Type: System.Int32
See also
Reference
OrderedCollectionBase<T> class