Share via


ClaimedBarcodeScanner.IsEnabled property (Handheld 8)

2/18/2014

Indicates whether the barcode scanner can receive DataRecieved events.

Syntax

public bool IsEnabled { get; }
Public ReadOnly Property IsEnabled As Boolean
    Get
public:
property bool IsEnabled {
    bool get();
}

Property value

Type: System.Boolean [.NET] | Platform::Boolean [C++]

True if the device can receive DataRecieved events; otherwise, false.

See Also

Reference

ClaimedBarcodeScanner class