ExecuteTransactionResponse.Responses Property

Definition

Gets the collection of responses.

public:
 property Microsoft::Xrm::Sdk::OrganizationResponseCollection ^ Responses { Microsoft::Xrm::Sdk::OrganizationResponseCollection ^ get(); };
public Microsoft.Xrm.Sdk.OrganizationResponseCollection Responses { get; }
member this.Responses : Microsoft.Xrm.Sdk.OrganizationResponseCollection
Public ReadOnly Property Responses As OrganizationResponseCollection

Property Value

The collection of responses if they were requested by setting ExecuteTransactionRequest.ReturnResponses to true.

Applies to

See also