UserGroups Members

These members describe the collection of Groups which a User can access.

Functions

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

Properties

Name Description
Count Returns the number of Groups in the collection. Return value: Integer. This property is read only.
Item Returns the specified group from the collection. Return value: Group. This property is read only.
ItemByID Returns the specified group when passed the group ID. Return value: Group. This property is read only.