ExperimentationServiceInitializer.ExperimentationTelemetry 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 or sets telemetry service, which is used to send and set flights telemetry.
public:
property Microsoft::VisualStudio::Experimentation::IExperimentationTelemetry ^ ExperimentationTelemetry { Microsoft::VisualStudio::Experimentation::IExperimentationTelemetry ^ get(); void set(Microsoft::VisualStudio::Experimentation::IExperimentationTelemetry ^ value); };
public Microsoft.VisualStudio.Experimentation.IExperimentationTelemetry ExperimentationTelemetry { get; set; }
member this.ExperimentationTelemetry : Microsoft.VisualStudio.Experimentation.IExperimentationTelemetry with get, set
Public Property ExperimentationTelemetry As IExperimentationTelemetry