SettingIsReadOnly Property 
             | 
          
        
         
            Returns true if the setting does not have write access.
            
 
    Namespace: 
   Zebra.Sdk.Settings
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
Syntax[JsonIgnoreAttribute]
public bool IsReadOnly { get; }<JsonIgnoreAttribute>
Public ReadOnly Property IsReadOnly As Boolean
	Get
public:
[JsonIgnoreAttribute]
property bool IsReadOnly {
	bool get ();
}Property Value
Type: 
Boolean
See Also