ProfileProcessSettingsViaMap Method 
             | 
          
        
         
            Change or retrieve settings in the profile.
            
 
    Namespace: 
   Zebra.Sdk.Device
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
Syntaxpublic Dictionary<string, string> ProcessSettingsViaMap(
	Dictionary<string, string> settingValuePairs
)
Public Function ProcessSettingsViaMap ( 
	settingValuePairs As Dictionary(Of String, String)
) As Dictionary(Of String, String)
public:
virtual Dictionary<String^, String^>^ ProcessSettingsViaMap(
	Dictionary<String^, String^>^ settingValuePairs
) sealed
Parameters
- settingValuePairs
 - Type: System.Collections.GenericDictionaryString, String
The settings to change. 
Return Value
Type: 
DictionaryString, 
StringDictionaryTKey, TValue results of the setting commands
Implements
SettingsProviderProcessSettingsViaMap(DictionaryString, String)
Exceptions
See Also