property BeepChannels.Count as Long
Returns total number of channels in the collection.

  TypeDescription 
   Long Long integer value that holds total number of channels. 
 

Count is a read-only property that will return total number of channels currently open in Beep session.

To access specific channel from the collection, use Item property.