次の方法で共有


TelemetryContext.InstrumentationKey プロパティ

定義

この TelemetryContextに記録されているすべてのITelemetryオブジェクトの既定のインストルメンテーション キーを取得または設定します。

public string InstrumentationKey { get; set; }
member this.InstrumentationKey : string with get, set
Public Property InstrumentationKey As String

プロパティ値

注釈

既定では、このプロパティは のInstrumentationKeyインスタンスTelemetryConfigurationの値でActive初期化されます。 特定のインスタンスまたは特定TelemetryClientITelemetryのインスタンスを介して追跡されるすべてのテレメトリに対して指定できます。

適用対象