Click or drag to resize

ProfileIsSettingReadOnly Method

Returns true if the setting is read only.

Namespace: Zebra.Sdk.Device
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public bool IsSettingReadOnly(
	string settingId
)

Parameters

settingId  String
The setting id

Return Value

Boolean
True if the setting is read only

Implements

SettingsProviderIsSettingReadOnly(String)
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf the setting does not exist
See Also