SettingsProviderProcessSettingsViaMap Method 
             | 
          
        
         
            Change or retrieve printer settings. 
            
 
    Namespace: 
   Zebra.Sdk.Settings
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
SyntaxDictionary<string, string> ProcessSettingsViaMap(
	Dictionary<string, string> settingValuePairs
)
Function ProcessSettingsViaMap ( 
	settingValuePairs As Dictionary(Of String, String)
) As Dictionary(Of String, String)
Dictionary<String^, String^>^ ProcessSettingsViaMap(
	Dictionary<String^, String^>^ settingValuePairs
)
Parameters
- settingValuePairs
 - Type: System.Collections.GenericDictionaryString, String
The settings to change or retrieve 
Return Value
Type: 
DictionaryString, 
StringResults of the setting commands
Exceptions
Remarks
            Due to the setting verification and validation, additional time and data traffic will be needed for each 
            ProcessSettingsViaMap method call. It is recommended to bundle all settings into one map and one method call to
            reduce this overhead.
            
See Also