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