Delen via


TelemetryConfiguration.Active Property

Definition

Gets the active TelemetryConfiguration instance loaded from the ApplicationInsights.config file. If the configuration file does not exist, the active configuration instance is initialized with minimum defaults needed to send telemetry to Application Insights.

public:
 static property Microsoft::VisualStudio::ApplicationInsights::Extensibility::TelemetryConfiguration ^ Active { Microsoft::VisualStudio::ApplicationInsights::Extensibility::TelemetryConfiguration ^ get(); };
public static Microsoft.VisualStudio.ApplicationInsights.Extensibility.TelemetryConfiguration Active { get; }
static member Active : Microsoft.VisualStudio.ApplicationInsights.Extensibility.TelemetryConfiguration
Public Shared ReadOnly Property Active As TelemetryConfiguration

Property Value

Applies to