|
Dieser Inhalt ist in Ihrer Sprache leider nicht verfügbar. Im Folgenden finden Sie die englische Version. |
listmember Class (CrmService)
![]() |
Represents an item in a marketing list, which refers to an instance of an account, contact, or lead.
For a list of methods and messages that operate on this class, see List Member Entity Capabilities.
The listmember class inherits from BusinessEntity. It exposes the following members.
| Constructor | Description |
| listmember | Initializes a new instance of the listmember class. |
| Instance Property | Description |
| createdby | Gets the ID of the user who created the marketing list item. |
| createdon | Gets the date and time when the marketing list item was created. |
| createdonbehalfby | Gets the ID of the proxy user who created the list member record. |
| entityid | Gets or sets the ID of the account, contact, or lead entity instance. |
| entitytype | Gets or sets the type of entity specified in the entityid property. |
| listid | Gets or sets the ID of the marketing list. |
| listmemberid | Gets or sets the ID of the marketing list item. |
| modifiedby | Gets the ID of user who last modified the marketing list item. |
| modifiedon | Gets the date and time when the marketing list item was last modified. |
| modifiedonbehalfby | Gets the ID of the proxy user who last modified the list member. |
| owningbusinessunit | Gets the ID of the business unit that owns the marketing list item. |
| owninguser | Gets the ID of the user who owns the marketing list item. |
Remarks
For more information about entities and attributes, see Using 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.
Requirements
Web Service: CrmService
See Also
Concepts
Reference
© 2010 Microsoft Corporation. All rights reserved.
