ClaimedBarcodeScanner.DeviceId Property

Definition

Gets the DeviceInformation.Id of the claimed barcode scanner.

public:
 property Platform::String ^ DeviceId { Platform::String ^ get(); };
winrt::hstring DeviceId();
public string DeviceId { get; }
var string = claimedBarcodeScanner.deviceId;
Public ReadOnly Property DeviceId As String

Property Value

String

Platform::String

winrt::hstring

The DeviceInformation.Id of the claimed barcode scanner.

Applies to

See also