AppResourceGroupInfo.InstanceId Property

Definition

Gets the instance identifier.

public:
 property Platform::Guid InstanceId { Platform::Guid get(); };
winrt::guid InstanceId();
public Guid InstanceId { get; }
var guid = appResourceGroupInfo.instanceId;
Public ReadOnly Property InstanceId As Guid

Property Value

Guid

Platform::Guid

winrt::guid

The instance ID.

Windows requirements

App capabilities
appDiagnostics

Remarks

This is a system-generated value that is unique per session; it is not guaranteed to be unique across device reboots.

Applies to