ObservableSettingsListBase<TValue>.SettingsListName 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.
Determines the name of the ISettingsList the Registry will employ to store its data.
protected:
abstract property System::String ^ SettingsListName { System::String ^ get(); };
protected:
abstract property Platform::String ^ SettingsListName { Platform::String ^ get(); };
protected abstract string SettingsListName { get; }
member this.SettingsListName : string
member this.SettingsListName : string
Protected MustOverride ReadOnly Property SettingsListName As String