role Class

banner art

Represents a grouping of security privileges. Users are assigned roles that authorize their access to the Microsoft CRM system.

The role class inherits from BusinessEntity.

Public Methods

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

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

Public Fields

Field Description
businessunitid Specifies the ID of the business unit with which the role is associated.
createdby Specifies the ID of the user who created the role.
createdon Specifies the date and time when the role was created.
modifiedby Specifies the ID of the user who last modified the role.
modifiedon Specifies the date and time when the role was last modified.
name Specifies the name of the role.
organizationid Specifies the ID of the organization associated with the role.
parentroleid Specifies the ID of the parent role.
roleid Specifies the ID of the role.
roletemplateid Specifies the ID of the role template that is associated with the role.

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.