Click or drag to resize

SettingsProviderIsSettingWriteOnly Method

Returns true if the setting is write only.

Namespace: Zebra.Sdk.Settings
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
bool IsSettingWriteOnly(
	string settingId
)

Parameters

settingId  String
The setting id

Return Value

Boolean
True if the setting is write only
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf the setting does not exist
See Also