Share via


SystemIdentificationInfo.Id Property

Definition

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.

Applies to