Share via


ExperimentationServiceInitializer.KeyValueStorage Property

Definition

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

Property Value

Applies to