territory Class

banner art

Stores territories to represent sales regions.

The territory class inherits from BusinessEntity.

Public Methods

For a list of methods and messages that operate on this class, see Territory.

Constructor Description
territory Initializes a new instance of the territory class.

Public Fields

Field Description
createdby Specifies the ID of the user who created the territory.
createdon Specifies the date and time when the territory was created.
description Contains the description of the territory.
managerid Specifies the ID of the manager of the territory.
modifiedby Specifies the ID of the user who last modified the territory.
modifiedon Specifies the date and time when the territory was last modified.
name Specifies the name of the territory.
organizationid Specifies the ID of the organization associated with the territory.
territoryid Specifies the ID of the territory.

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

© 2007 Microsoft Corporation. All rights reserved.