Click or drag to resize

SettingsProviderGetSettingRange Method

Retrieves the allowable range for a setting.

Namespace:  Zebra.Sdk.Settings
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
string GetSettingRange(
	string settingId
)

Parameters

settingId
Type: SystemString
The setting id.

Return Value

Type: String
The setting's range as a string
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf the setting does not exist
See Also