ExecuteMultipleResponseItem.Response Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the response that is returned from executing a message request.
public:
property Microsoft::Xrm::Sdk::OrganizationResponse ^ Response { Microsoft::Xrm::Sdk::OrganizationResponse ^ get(); void set(Microsoft::Xrm::Sdk::OrganizationResponse ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.OrganizationResponse Response { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Response : Microsoft.Xrm.Sdk.OrganizationResponse with get, set
Public Property Response As OrganizationResponse
Property Value
The message response.
- Attributes