ISettingsManagerHost.CollectionName 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 the name of the settings collection to be addressed by this host. This is used to partition settings based on host parameters like VS's /rootSuffix parameter.
public:
property System::String ^ CollectionName { System::String ^ get(); };
public:
property Platform::String ^ CollectionName { Platform::String ^ get(); };
public string CollectionName { get; }
member this.CollectionName : string
Public ReadOnly Property CollectionName As String