RemoveRelatedRequest Class
Specifies the parameters needed to remove the relationship between two entity instances as defined by the target class.
The RemoveRelatedRequest class inherits from Request. It exposes the following members.
Constructor | Description |
RemoveRelatedRequest | Initializes a new instance of the RemoveRelatedRequest class. |
Field | Description |
Target | Specifies the target of the remove related action. |
Remarks
Pass an instance of this class as the request parameter in the Execute method.
See Also