team Class
Represents a group of otherwise unrelated users. Teams can be used to control access to specific objects.
The team class inherits from BusinessEntity.
Public Methods
For a list of methods and messages that operate on this class, see Team.
Constructor | Description |
team | Initializes a new instance of the team class. |
Public Fields
Field | Description |
businessunitid | Specifies the ID of the business unit with which the team is associated. |
createdby | Specifies the ID of the user who created the team. |
createdon | Specifies the date and time when the team was created. |
description | Contains the description of the team. |
emailaddress | Specifies the e-mail address for the team. |
modifiedby | Specifies the ID of the user who last modified the team. |
modifiedon | Specifies the date and time when the team was last modified. |
name | Specifies the name of the team. |
organizationid | Specifies the ID of the organization associated with the team. |
teamid | Specifies the ID for the team. |
Remarks
For more information about entities and attributes, see the Metadata Browser and the Customization area of the Web application. To view this information in the Customization area, in the Navigation Pane, click Settings, click Customization, and then click Customize Entities.
See Also