ProfileSetSetting(String, String) Method
|
Change the value of the setting in the profile to the given value.
Namespace: Zebra.Sdk.DeviceAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public void SetSetting(
string settingId,
string value
)
Public Sub SetSetting (
settingId As String,
value As String
)
public:
virtual void SetSetting(
String^ settingId,
String^ value
) sealed
Parameters
- settingId String
- The setting id.
- value String
- The setting's value.
Implements
SettingsProviderSetSetting(String, String)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