Click or drag to resize

SettingsProviderGetSettingValue Method

Retrieves the device's setting value for a setting id.

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

Parameters

settingId
Type: SystemString
The setting id.

Return Value

Type: String
The setting's value.
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf the setting could not be retrieved.
See Also