Gets or sets if this setting can be applied when loading a backup
Namespace:
Zebra.Sdk.Settings
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
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
Type:
BooleanSee Also