HostInstanceSettings.GetSettingsValuesList(String, String) Method
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.
public:
System::Collections::Generic::List<System::String ^> ^ GetSettingsValuesList(System::String ^ hostName, System::String ^ serverName);
public System.Collections.Generic.List<string> GetSettingsValuesList (string hostName, string serverName);
member this.GetSettingsValuesList : string * string -> System.Collections.Generic.List<string>
Public Function GetSettingsValuesList (hostName As String, serverName As String) As List(Of String)
Parameters
- hostName
- String
- serverName
- String