JobControlProviderGetAllJobSettingValues Method 
             | 
          
        
         
            Retrieves all of the device's setting values.
            
 
    Namespace: 
   Zebra.Sdk.Card.Job
    Assembly:
   SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
SyntaxDictionary<string, string> GetAllJobSettingValues()
Function GetAllJobSettingValues As Dictionary(Of String, String)
Dictionary<String^, String^>^ GetAllJobSettingValues()
Return Value
Type: 
DictionaryString, 
StringA 
Dictionary containing the job setting IDs and values of all the settings provided by the printer.
Exceptions
See Also