ExecuteTransactionFault.FaultedRequestIndex Property

 

Applies To: Dynamics CRM 2015

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

Syntax

[DataMemberAttribute]
public int FaultedRequestIndex { get; set; }
public:
[DataMemberAttribute]
property int FaultedRequestIndex {
    int get();
    void set(int value);
}
[<DataMemberAttribute>]
member FaultedRequestIndex : int with get, set
<DataMemberAttribute>
Public Property FaultedRequestIndex As Integer

Property Value

Type: System.Int32

Type: Int32
The index in the Requests collection of the message request that resulted in the fault.

See Also

ExecuteTransactionFault Class
Microsoft.Xrm.Sdk Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright