RemoteSettingsInitializer.StableSettingRootSubCollections 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 names of root subcollections that will hold stable settings. The first time a setting under one of these subcollections gets requested, the value is cached, and RemoteSettings will continue to return this value for the rest of the process lifetime.
public:
property System::Collections::Generic::IEnumerable<System::String ^> ^ StableSettingRootSubCollections { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); void set(System::Collections::Generic::IEnumerable<System::String ^> ^ value); };
public System.Collections.Generic.IEnumerable<string> StableSettingRootSubCollections { get; set; }
member this.StableSettingRootSubCollections : seq<string> with get, set
Public Property StableSettingRootSubCollections As IEnumerable(Of String)