TelemetryConfiguration.TelemetryChannel Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Telemetri kanalını alır veya ayarlar.
public:
property Microsoft::VisualStudio::ApplicationInsights::Channel::ITelemetryChannel ^ TelemetryChannel { Microsoft::VisualStudio::ApplicationInsights::Channel::ITelemetryChannel ^ get(); void set(Microsoft::VisualStudio::ApplicationInsights::Channel::ITelemetryChannel ^ value); };
public Microsoft.VisualStudio.ApplicationInsights.Channel.ITelemetryChannel TelemetryChannel { get; set; }
member this.TelemetryChannel : Microsoft.VisualStudio.ApplicationInsights.Channel.ITelemetryChannel with get, set
Public Property TelemetryChannel As ITelemetryChannel