RequestTelemetry.Context 属性

定义

获取一个对象,该对象包含有关在处理请求时应用程序的上下文信息。

public:
 property Microsoft::VisualStudio::ApplicationInsights::DataContracts::TelemetryContext ^ Context { Microsoft::VisualStudio::ApplicationInsights::DataContracts::TelemetryContext ^ get(); };
public Microsoft.VisualStudio.ApplicationInsights.DataContracts.TelemetryContext Context { get; }
member this.Context : Microsoft.VisualStudio.ApplicationInsights.DataContracts.TelemetryContext
Public ReadOnly Property Context As TelemetryContext

属性值

TelemetryContext

实现

适用于