SettingsProviderGetSettingType Method 
             | 
          
        
         
            Returns the data type of the setting.
            
 
    Namespace: 
   Zebra.Sdk.Settings
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntaxstring GetSettingType(
	string settingId
)
Function GetSettingType ( 
	settingId As String
) As String
String^ GetSettingType(
	String^ settingId
)
Parameters
- settingId
 - Type: SystemString
The setting id 
Return Value
Type: 
StringThe data type of the setting (e.g. string, bool, enum, etc.)
Exceptions
See Also