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