HardwareToken.Id 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.
Gets the hardware identifier that identifies the device.
public:
property IBuffer ^ Id { IBuffer ^ get(); };
IBuffer Id();
public IBuffer Id { get; }
var iBuffer = hardwareToken.id;
Public ReadOnly Property Id As IBuffer
Property Value
The id that identifies the device. This byte buffer contains a set of identifiers that represent the various hardware components found in the device.