SystemIdentificationInfo.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 a unique system identifier based on either the app publisher ID or a user ID.
public:
property IBuffer ^ Id { IBuffer ^ get(); };
IBuffer Id();
public IBuffer Id { get; }
var iBuffer = systemIdentificationInfo.id;
Public ReadOnly Property Id As IBuffer
Property Value
A unique system identifier based on either the app publisher ID or a user ID.
Remarks
This ID is a collection of bytes in a buffer. It is not intended to be interpreted as a string but it can be compared against other buffers.