ExecuteMultipleResponse.Responses Property

Definition

Gets the collection of responses.

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

Property Value

The collection of responses.

Remarks

Whether responses are returned or not is configured by Settings.

Applies to

See also