AssignRequest Class (CrmService)
![]() |
[Applies to: Microsoft Dynamics CRM 4.0]
Find the latest SDK documentation: CRM 2015 SDK
Contains the data needed to assign an entity instance to a new security principal (user).
The AssignRequest class inherits from Request. It exposes the following members.
Constructor | Description |
AssignRequest | Initializes a new instance of the AssignRequest class. |
Instance Property | Description |
Assignee | Gets or sets the user to which an entity instance is to be assigned. |
Target | Gets or sets the target of the assign operation. |
Remarks
Pass an instance of this class as the request parameter in the Execute method.
See Cascading Rules for a description of how actions on a parent instance affect child instances.
See Also
Reference