Gets or sets if this setting can be applied when loading a profile
            
 
    Namespace: 
   Zebra.Sdk.Settings
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax[JsonPropertyAttribute(PropertyName = "clone")]
public bool Clone { get; set; }<JsonPropertyAttribute(PropertyName := "clone")>
Public Property Clone As Boolean
	Get
	Set
public:
[JsonPropertyAttribute(PropertyName = L"clone")]
property bool Clone {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also