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: 3.0.3271
Syntax
string GetSettingValue(
	string settingId
)

Parameters

settingId  String
The setting id.

Return Value

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