ProfileGetAllSettingValues Method 
             | 
          
        
         
            Retrieves all of the profile's setting values.
            
 
    Namespace: 
   Zebra.Sdk.Device
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
Syntaxpublic Dictionary<string, string> GetAllSettingValues()
Public Function GetAllSettingValues As Dictionary(Of String, String)
public:
virtual Dictionary<String^, String^>^ GetAllSettingValues() sealed
Return Value
Type: 
DictionaryString, 
StringValues of all the settings provided by the profile.
Implements
SettingsProviderGetAllSettingValues
Exceptions
See Also