Count - returns the number of items in the collection
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxReadOnly Property Count As Integer
Get
Dim instance As IDates
Dim value As Integer
value = instance.Count
property int Count {
int get ();
}
Property Value
Type:
Int32Implements
IMapCollectionCount
See Also