Compartir a través de


PropertyBatchResult.FailedOperationIndex Propiedad

Definición

Obtiene el índice de la operación con errores. Este parámetro contiene el índice del PropertyBatchOperation error en el lote.

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

Valor de propiedad

Devuelve Int32.

Comentarios

Tenga en cuenta que si ninguna de las operaciones del lote produce un error, esta propiedad se establecerá en -1.

Se aplica a