Click or drag to resize

JobControlProviderGetJobSettingValue Method

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

Namespace:  Zebra.Sdk.Card.Job
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
string GetJobSettingValue(
	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