Share via


IsolatedWindowsEnvironmentTelemetryParameters.CorrelationId Property

Definition

Deprecated. GUID used in Microsoft Telemetry to improve the quality of APIs.

public:
 property Platform::Guid CorrelationId { Platform::Guid get(); void set(Platform::Guid value); };
winrt::guid CorrelationId();

void CorrelationId(winrt::guid value);
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentTelemetryParameters is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentTelemetryParameters is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
winrt::guid CorrelationId();

void CorrelationId(winrt::guid value);
public Guid CorrelationId { get; set; }
public Guid CorrelationId { [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentTelemetryParameters is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")] get; [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentTelemetryParameters is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")] set; }
var guid = isolatedWindowsEnvironmentTelemetryParameters.correlationId;
isolatedWindowsEnvironmentTelemetryParameters.correlationId = guid;
Public Property CorrelationId As Guid

Property Value

Guid

Platform::Guid

winrt::guid

GUID

Attributes

Remarks

Warning

This is a deprecated API.

Applies to