ExecuteMultipleSettings.ReturnResponses Property
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Gets or sets a value indicating if a response for each message request processed should be returned.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public bool ReturnResponses { get; set; }
<DataMemberAttribute>
Public Property ReturnResponses As Boolean
Property Value
Type: System.Boolean
Type: Boolean
true if responses should be returned for each message request processed; otherwise, false.
Remarks
If set to true and a request does not return a response, because that is its design, the ExecuteMultipleResponseItem for that request is set to null.
However, even when false, the Responses collection will not be empty if errors are returned. If errors are returned, there will be one response item in the collection for each processed request that returned a fault and Fault will be set to the actual fault that occurred.
See Also
ExecuteMultipleSettings Class
Microsoft.Xrm.Sdk Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright