JobControlProviderGetAllJobSettings Method 
             | 
          
        
         
            Retrieve all settings and their attributes.
            
 
    Namespace: 
   Zebra.Sdk.Card.Job
    Assembly:
   SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
SyntaxDictionary<string, Setting> GetAllJobSettings()
Function GetAllJobSettings As Dictionary(Of String, Setting)
Dictionary<String^, Setting^>^ GetAllJobSettings()
Return Value
Type: 
DictionaryString, 
SettingA 
Dictionary of job setting IDs and setting attributes contained in the profile.
Exceptions
See Also