TelemetryConfiguration.InstrumentationKey Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
InstrumentationKey based global ingestion is being deprecated. Use TelemetryConfiguration.ConnectionString. See https://github.com/microsoft/ApplicationInsights-dotnet/issues/2560 for more details.
Obtém ou define a chave de instrumentação padrão para o aplicativo.
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
Valor da propriedade
- Atributos
Exceções
O novo valor é nulo.
Comentários
Esse valor de chave de instrumentação é usado por padrão por todas as TelemetryClient instâncias criadas no aplicativo. Esse valor pode ser substituído definindo a InstrumentationKey propriedade do Context.
Aplica-se a
Azure SDK for .NET