Click or drag to resize

SettingsProviderGetSettingType Method

Returns the data type of the setting.

Namespace: Zebra.Sdk.Settings
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
string GetSettingType(
	string settingId
)

Parameters

settingId  String
The setting id

Return Value

String
The data type of the setting (e.g. string, bool, enum, etc.)
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf the setting does not exist
See Also