BackupSchedule.FrequencyInterval Property

Definition

Gets or sets how often the backup should be executed (e.g. for weekly backup, this should be set to 7 and FrequencyUnit should be set to Day)

[Newtonsoft.Json.JsonProperty(PropertyName="frequencyInterval")]
public int FrequencyInterval { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="frequencyInterval")>]
member this.FrequencyInterval : int with get, set
Public Property FrequencyInterval As Integer

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to