ExecuteMultipleResponse.IsFaulted Property

Definition

Gets a value that indicates if processing at least one of the individual message requests resulted in a fault.

public:
 property bool IsFaulted { bool get(); };
public bool IsFaulted { get; }
member this.IsFaulted : bool
Public ReadOnly Property IsFaulted As Boolean

Property Value

true if at least one of the individual message requests resulted in a fault; otherwise, false.

Applies to