SettingsProviderSetSetting Method
|
Sets the setting to the given value.
Namespace:
Zebra.Sdk.Settings
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax void SetSetting(
string settingId,
string value
)
Sub SetSetting (
settingId As String,
value As String
)
void SetSetting(
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