RemoteSettingsInitializer.NonScopedSettingsKeyValueStorage 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 key value storage that will be used for non scoped settings, as a way for consumers to access RemoteSettings directly without having to go through this library.
public:
property Microsoft::VisualStudio::RemoteSettings::ICollectionKeyValueStorage ^ NonScopedSettingsKeyValueStorage { Microsoft::VisualStudio::RemoteSettings::ICollectionKeyValueStorage ^ get(); void set(Microsoft::VisualStudio::RemoteSettings::ICollectionKeyValueStorage ^ value); };
public Microsoft.VisualStudio.RemoteSettings.ICollectionKeyValueStorage NonScopedSettingsKeyValueStorage { get; set; }
member this.NonScopedSettingsKeyValueStorage : Microsoft.VisualStudio.RemoteSettings.ICollectionKeyValueStorage with get, set
Public Property NonScopedSettingsKeyValueStorage As ICollectionKeyValueStorage