Gets the number of items contained in the collection.
public:
property int Count {
int get();
}
'Declaration
Public ReadOnly Property Count As Integer
'Usage
Dim instance As CaptureSizes
Dim value As Integer
value = instance.Count
Property Value
The number of items contained in the collection.