ExecuteMultipleResponseItem.Fault Property
Applies To: Dynamics CRM 2015
Gets or sets the organization service fault that occurred when a message request was executed.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public OrganizationServiceFault Fault { get; set; }
public:
[DataMemberAttribute]
property OrganizationServiceFault^ Fault {
OrganizationServiceFault^ get();
void set(OrganizationServiceFault^ value);
}
[<DataMemberAttribute>]
member Fault : OrganizationServiceFault with get, set
<DataMemberAttribute>
Public Property Fault As OrganizationServiceFault
Property Value
Type: Microsoft.Xrm.Sdk.OrganizationServiceFault
Type: OrganizationServiceFault
The organization service fault.
See Also
IsFaulted
ExecuteMultipleResponseItem Class
Microsoft.Xrm.Sdk Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright