BarcodeScannerErrorOccurredEventArgs.IsRetriable Property

Definition

Indicates whether it is worthwhile to make another attempt at the operation.

public:
 property bool IsRetriable { bool get(); };
bool IsRetriable();
public bool IsRetriable { get; }
var boolean = barcodeScannerErrorOccurredEventArgs.isRetriable;
Public ReadOnly Property IsRetriable As Boolean

Property Value

Boolean

bool

True if the application should make another attempt at the operation; otherwise, false.

Applies to