ExecuteMultipleSettings Class

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Defines the execution behavior of ExecuteMultipleRequest.

Namespace:   Microsoft.Xrm.Sdk
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Xrm.Sdk.ExecuteMultipleSettings

Syntax

[DataContractAttribute(Name = "ExecuteMultipleSettings", Namespace = "https://schemas.microsoft.com/xrm/2012/Contracts")]
public sealed class ExecuteMultipleSettings : IExtensibleDataObject
<DataContractAttribute(Name := "ExecuteMultipleSettings", Namespace := "https://schemas.microsoft.com/xrm/2012/Contracts")>
Public NotInheritable Class ExecuteMultipleSettings
    Implements IExtensibleDataObject

Constructors

Name Description
System_CAPS_pubmethod ExecuteMultipleSettings()

Initializes a new instance of the ExecuteMultipleSettings class.

Properties

Name Description
System_CAPS_pubproperty ContinueOnError

Gets or sets a value indicating whether further execution of message requests in the Requests collection should continue if a fault is returned for the current request being processed.

System_CAPS_pubproperty ExtensionData

Gets or sets the structure that contains extra data.

System_CAPS_pubproperty ReturnResponses

Gets or sets a value indicating if a response for each message request processed should be returned.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Settings
Microsoft.Xrm.Sdk Namespace
Use messages (request and response classes) with the Execute method
Sample: Execute multiple requests

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright