Count Property
      
 

Description

Holds total number of users using the channel.

Property type

An Integer value.  

Syntax

object.Count

The Count Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type VPNUsers.

Remarks

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