RemoteSettingsInitializer.ExperimentationService 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 the IExperimentationService that will be used to provide Flight scopes.
public:
property Microsoft::VisualStudio::Experimentation::IExperimentationService ^ ExperimentationService { Microsoft::VisualStudio::Experimentation::IExperimentationService ^ get(); void set(Microsoft::VisualStudio::Experimentation::IExperimentationService ^ value); };
public Microsoft.VisualStudio.Experimentation.IExperimentationService ExperimentationService { get; set; }
member this.ExperimentationService : Microsoft.VisualStudio.Experimentation.IExperimentationService with get, set
Public Property ExperimentationService As IExperimentationService