PlatformDiagnosticTraceInfo.ScenarioId 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.
A unique identifier for this scenario.
public:
property Platform::Guid ScenarioId { Platform::Guid get(); };
winrt::guid ScenarioId();
public Guid ScenarioId { get; }
var guid = platformDiagnosticTraceInfo.scenarioId;
Public ReadOnly Property ScenarioId As Guid
Property Value
The globally unique identifier (GUID) for this scenario.