ExecuteMultipleRequest.Settings Property

Definition

Gets or sets the settings that define whether execution should continue if an error occurs and if responses for each message request processed are to be returned.

public:
 property Microsoft::Xrm::Sdk::ExecuteMultipleSettings ^ Settings { Microsoft::Xrm::Sdk::ExecuteMultipleSettings ^ get(); void set(Microsoft::Xrm::Sdk::ExecuteMultipleSettings ^ value); };
public Microsoft.Xrm.Sdk.ExecuteMultipleSettings Settings { get; set; }
member this.Settings : Microsoft.Xrm.Sdk.ExecuteMultipleSettings with get, set
Public Property Settings As ExecuteMultipleSettings

Property Value

Settings that define whether execution should continue if an error occurs and if responses are to be returned.

Applies to