Aracılığıyla paylaş


PropertyBatchResult.FailedOperationIndex Property

Definition

Gets the failed operation index. This parameter contains the index of the unsuccessful PropertyBatchOperation in the batch.

public int FailedOperationIndex { get; }
member this.FailedOperationIndex : int
Public ReadOnly Property FailedOperationIndex As Integer

Property Value

Returns Int32.

Remarks

Note that if none of the operations in the batch fail, this property will be set to -1.

Applies to