SettingsProviderSetSettings Method 
             | 
          
        
         
            Set more than one setting.
            
 
    Namespace: 
   Zebra.Sdk.Settings
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntaxvoid SetSettings(
	Dictionary<string, string> settingValuePairs
)
Sub SetSettings ( 
	settingValuePairs As Dictionary(Of String, String)
)
void SetSettings(
	Dictionary<String^, String^>^ settingValuePairs
)
Parameters
- settingValuePairs
 - Type: System.Collections.GenericDictionaryString, String
Map a setting ID to the new value for the setting. 
Exceptions
See Also