BaseCollection<T>.Count Property
Gets the number of items in the collection.
Namespace: Microsoft.Rtc.Workflow.Utilities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public ReadOnly Property Count As Integer
Get
'Usage
Dim instance As BaseCollection
Dim value As Integer
value = instance.Count
public int Count { get; }
Property Value
Type: System.Int32