Gets or sets if this setting can be applied when loading a profile
Namespace: Zebra.Sdk.SettingsAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
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
BooleanSee Also