AppResourceGroupInfo.InstanceId 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 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
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.