RemoteCodeContainerRegistry.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.
The name of the underlying store used to persist the data on this Registry.
protected:
virtual property System::String ^ SettingsListName { System::String ^ get(); };
protected:
virtual property Platform::String ^ SettingsListName { Platform::String ^ get(); };
protected override string SettingsListName { get; }
member this.SettingsListName : string
Protected Overrides ReadOnly Property SettingsListName As String