Share via


BarcodeScanner.DeviceId property (Handheld 8)

2/18/2014

Gets the unique device identifier of the barcode scanner.

Syntax

public string DeviceId { get; }
Public ReadOnly Property DeviceId As String
    Get
public:
property String^ DeviceId {
    String^ get();
}

Property value

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

A string that represents the unique device identifier of the barcode scanner.

See Also

Reference

BarcodeScanner class