AutoBackupSettings.BackupSystemDbs Property

Definition

Gets or sets include or exclude system databases from auto backup.

[Newtonsoft.Json.JsonProperty(PropertyName="backupSystemDbs")]
public bool? BackupSystemDbs { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="backupSystemDbs")>]
member this.BackupSystemDbs : Nullable<bool> with get, set
Public Property BackupSystemDbs As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to