BarcodeScannerErrorOccurredEventArgs.IsRetriable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.