Gets or sets if this setting can be applied when loading a backup
Namespace: Zebra.Sdk.SettingsAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax [JsonPropertyAttribute(PropertyName = "archive")]
public bool Archive { get; set; }
<JsonPropertyAttribute(PropertyName := "archive")>
Public Property Archive As Boolean
Get
Set
public:
[JsonPropertyAttribute(PropertyName = L"archive")]
property bool Archive {
bool get ();
void set (bool value);
}
Property Value
BooleanSee Also