ExecuteMultipleResponse.IsFaulted Property
Applies To: Dynamics CRM 2015
Gets a value that indicates if processing at least one of the individual message requests resulted in a fault.
Namespace: Microsoft.Xrm.Sdk.Messages
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public bool IsFaulted { get; }
public:
property bool IsFaulted {
bool get();
}
member IsFaulted : bool with get
Public ReadOnly Property IsFaulted As Boolean
Property Value
Type: System.Boolean
Type: Boolean
true if at least one of the individual message requests resulted in a fault; otherwise, false.
See Also
ExecuteMultipleResponse Class
Microsoft.Xrm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright