ExecuteMultipleResponseItem.Response Property

Definition

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

Applies to