RemoteSettingsInitializer.ExperimentationService Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le IExperimentationService qui sera utilisé pour fournir des étendues de vol.
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