ExperimentationServiceInitializer.KeyValueStorage 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 key-value storage necessary to keep local data, like cached flights.
public:
property Microsoft::VisualStudio::Experimentation::IKeyValueStorage ^ KeyValueStorage { Microsoft::VisualStudio::Experimentation::IKeyValueStorage ^ get(); void set(Microsoft::VisualStudio::Experimentation::IKeyValueStorage ^ value); };
public Microsoft.VisualStudio.Experimentation.IKeyValueStorage KeyValueStorage { get; set; }
member this.KeyValueStorage : Microsoft.VisualStudio.Experimentation.IKeyValueStorage with get, set
Public Property KeyValueStorage As IKeyValueStorage