Click or drag to resize

SettingsProviderSetSetting Method

Sets the setting to the given value.

Namespace: Zebra.Sdk.Settings
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
void SetSetting(
	string settingId,
	string value
)

Parameters

settingId  String
The setting id.
value  String
The setting's value
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf the setting is read only, does not exist, or if the setting could not be set
See Also