Users Object

A Users object is a collection object for User objects. For example, the Database object SubscribedUsers property may return a Users object.

You can get the number of items in the collection by accessing the value in the Count method. Use the Item method to retrieve items from the User object collection.

This object can only be instantiated when you are in an AdminSession.