Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the number of items in the collection.
Namespace: Microsoft.BusinessData.Infrastructure.Collections
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property Count As Integer
Get
'Usage
Dim instance As IReadOnlyCollection
Dim value As Integer
value = instance.Count
int Count { get; }
Property Value
Type: System.Int32
An integer that represents the number of items in the collection.
See Also
Reference
IReadOnlyCollection<T> Interface