Share via


ClaimedBarcodeScanner.DeviceId property (Handheld 8)

2/18/2014

Gets the DeviceInformation.Id of the claimed 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++]

The DeviceInformation.Id of the claimed barcode scanner.

See Also

Reference

ClaimedBarcodeScanner class