JobControlProviderIsJobSettingReadOnly Method
|
Returns true if the setting is read only.
Namespace:
Zebra.Sdk.Card.Job
Assembly:
SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax bool IsJobSettingReadOnly(
string settingId
)
Function IsJobSettingReadOnly (
settingId As String
) As Boolean
bool IsJobSettingReadOnly(
String^ settingId
)
Parameters
- settingId
- Type: SystemString
The setting ID.
Return Value
Type:
BooleanTrue if the setting is read only
Exceptions See Also