Sdílet prostřednictvím


RemoteSettingsInitializer.StableSettingRootSubCollections Property

Definition

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)

Property Value

Applies to