SettingsProviderIsSettingReadOnly Method
|
Returns true if the setting is read only.
Namespace: Zebra.Sdk.SettingsAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax bool IsSettingReadOnly(
string settingId
)
Function IsSettingReadOnly (
settingId As String
) As Boolean
bool IsSettingReadOnly(
String^ settingId
)
Parameters
- settingId String
- The setting id
Return Value
BooleanTrue if the setting is read only
Exceptions See Also