SettingsProviderGetAvailableSettings Method 
             | 
          
        
         
            Retrieve all of the setting identifiers for a device.
            
 
    Namespace: 
   Zebra.Sdk.Settings
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
SyntaxHashSet<string> GetAvailableSettings()
Function GetAvailableSettings As HashSet(Of String)
HashSet<String^>^ GetAvailableSettings()
Return Value
Type: 
HashSetStringSet of identifiers available for a device.
Exceptions
Remarks
            These are the IDs that may be used as keys for retrieving and updating settings for a device.
            
GetSettingValue(String)
See Also