Back to product page

Count property


Holds the total number of users using the channel.

Type

An Integer value

Syntax

  • Basic
object.Count  
The Count(object) syntax has these parts:
objectAn expression evaluating to an object of type Users.

Remarks

The Count method will return the total count of users using the channel. To access a specific user in the collection, use the Item property. If you know a user's ID, you can also access the user using the Users.ID property.

Platforms

Windows