SettingsService.GetSettings Method
Public Function GetSettings( _
ByVal setting_names As HashSet(Of String) _
) As Dictionary(Of String, String)
This language is not supported or no code example is available.
public Dictionary<string, string> GetSettings(
HashSet<string> setting_names
)
This language is not supported or no code example is available.
public:
Dictionary<String^, String^>^ GetSettings(
HashSet<String^>^ setting_names
)
This language is not supported or no code example is available.
Parameters