GenericCollection<T>.Count Property

Gets the number of items in the collection.

Namespace:  Microsoft.SharePoint.Taxonomy.Generic
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
Public ReadOnly Property Count As Integer
    Get
'Usage
Dim instance As GenericCollection
Dim value As Integer

value = instance.Count
public int Count { get; }

Property Value

Type: System.Int32
The number of items in the collection

Implements

ICollection.Count

Remarks

If the collection uses data paging, this property returns the count of the current set of paged data.

See Also

Reference

GenericCollection<T> Class

GenericCollection<T> Members

Microsoft.SharePoint.Taxonomy.Generic Namespace