Click or drag to resize

JobControlProviderGetJobSettings Method

Retrieve all of the setting identifiers for a device.

Namespace:  Zebra.Sdk.Card.Job
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
HashSet<string> GetJobSettings()

Return Value

Type: HashSetString
A HashSet of the identifiers available for a device.
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf the settings could not be loaded
Remarks
The setting names that may be used as keys for retrieving and updating settings for a device. GetSettingValue(String)
See Also