Partager via


TelemetryConfiguration.InstrumentationKey Propriété

Définition

Attention

InstrumentationKey based global ingestion is being deprecated. Use TelemetryConfiguration.ConnectionString. See https://github.com/microsoft/ApplicationInsights-dotnet/issues/2560 for more details.

Obtient ou définit la clé d’instrumentation par défaut pour l’application.

public string InstrumentationKey { get; [System.Obsolete("InstrumentationKey based global ingestion is being deprecated. Use TelemetryConfiguration.ConnectionString. See https://github.com/microsoft/ApplicationInsights-dotnet/issues/2560 for more details.")] set; }
[<set: System.Obsolete("InstrumentationKey based global ingestion is being deprecated. Use TelemetryConfiguration.ConnectionString. See https://github.com/microsoft/ApplicationInsights-dotnet/issues/2560 for more details.")>]
member this.InstrumentationKey : string with get, set
Public Property InstrumentationKey As String

Valeur de propriété

Attributs

Exceptions

La nouvelle valeur est null.

Remarques

Cette valeur de clé d’instrumentation est utilisée par défaut par toutes les TelemetryClient instances créées dans l’application. Cette valeur peut être remplacée en définissant la InstrumentationKey propriété de .Context

S’applique à