JobControlProviderSetJobSetting Method
|
Sets the setting to the given value.
Namespace:
Zebra.Sdk.Card.Job
Assembly:
SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax void SetJobSetting(
string settingId,
string value
)
Sub SetJobSetting (
settingId As String,
value As String
)
void SetJobSetting(
String^ settingId,
String^ value
)
Parameters
- settingId
- Type: SystemString
The setting ID. - value
- Type: SystemString
The setting's value
Exceptions Exception | Condition |
---|
ConnectionException | If there is an error communicating with the printer. |
SettingsException | If the setting is read only, does not exist, or if the setting could not be set |
See Also