ProfileIsSettingReadOnly Method 
             | 
          
        
         
            Returns true if the setting is read only.
            
 
    Namespace: 
   Zebra.Sdk.Device
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntaxpublic bool IsSettingReadOnly(
	string settingId
)
Public Function IsSettingReadOnly ( 
	settingId As String
) As Boolean
public:
virtual bool IsSettingReadOnly(
	String^ settingId
) sealed
Parameters
- settingId
 - Type: SystemString
The setting id 
Return Value
Type: 
BooleanTrue if the setting is read only
Implements
SettingsProviderIsSettingReadOnly(String)
Exceptions
See Also