ExecuteMultipleSettings.ReturnResponses Property
Applies To: Dynamics CRM 2015
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; }
public:
[DataMemberAttribute]
property bool ReturnResponses {
bool get();
void set(bool value);
}
[<DataMemberAttribute>]
member ReturnResponses : bool with 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
© 2016 Microsoft. All rights reserved. Copyright