Click or drag to resize

ProfileGetSettingType Method

Returns the data type of the setting.

Namespace:  Zebra.Sdk.Device
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public string GetSettingType(
	string settingId
)

Parameters

settingId
Type: SystemString
The setting id

Return Value

Type: String
The data type of the setting (e.g. string, bool, enum, etc.)

Implements

SettingsProviderGetSettingType(String)
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf the setting does not exist
See Also