SettingsProviderGetSettingType Method
|
Returns the data type of the setting.
Namespace: Zebra.Sdk.SettingsAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax string GetSettingType(
string settingId
)
Function GetSettingType (
settingId As String
) As String
String^ GetSettingType(
String^ settingId
)
Parameters
- settingId String
- The setting id
Return Value
StringThe data type of the setting (e.g. string, bool, enum, etc.)
Exceptions See Also