ProfileGetArchivableSettingValues Method 
             | 
          
        
         
            Retrieve the values of all the settings that are archivable.
            
 
    Namespace: 
   Zebra.Sdk.Device
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
Syntaxpublic Dictionary<string, string> GetArchivableSettingValues()
Public Function GetArchivableSettingValues As Dictionary(Of String, String)
public:
Dictionary<String^, String^>^ GetArchivableSettingValues()
Return Value
Type: 
DictionaryString, 
StringValues of all the settings with the archivable attribute that are in the profile.
Exceptions
See Also