GroupMembers Members

These members describe the collection of Users which belong to a Group.

Functions

Name Description
Add Adds the specified User into the collection.
Remove Removes the specified User from the collection.
RemoveAll -

Properties

Name Description
Count Returns the count of Users in this collection. Return value: Integer. This property is read only.
Item Returns the specified user from the collection. Return value: User. This property is read only.
ItemByID Returns the specified user when passed the user ID. Return value: User. This property is read only.