TelemetryConfiguration.Active 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 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