Description
-
Holds the total number of users using the channel.
Property type
-
An Integer value.
Syntax
-
object.Count
The Count Property syntax has these parts:
| object |
An 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.
|