ExecuteMultipleRequest.Settings 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 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.