AssociateEntitiesRequest Class (CrmService)
![]() |
[Applies to: Microsoft Dynamics CRM 4.0]
Find the latest SDK documentation: CRM 2015 SDK
Contains the data needed to add a link between two entity instances in a many-to-many relationship.
The AssociateEntitiesRequest class inherits from Request. It exposes the following members.
Constructor | Description |
AssociateEntitiesRequest | Initializes a new instance of the AssociateEntitiesRequest class. |
Instance Property | Description |
Moniker1 | Gets or sets the moniker of the first entity instance. |
Moniker2 | Gets or sets the moniker of the second entity instance. |
RelationshipName | Gets or sets the name of the relationship between the two entities. |
Requirements
Web Service: CrmService
See Also
Reference