Click or drag to resize

Profile.SetSetting Method (String, String)

Change the value of the setting in the profile to the given value.

Namespace:  Zebra.Sdk.Device
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntax
public void SetSetting(
	string settingId,
	string value
)

Parameters

settingId
Type: System.String
The setting id.
value
Type: System.String
The setting's value.

Implements

SettingsProvider.SetSetting(String, String)
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