ExecuteTransactionResponse.Responses 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 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
.