BackupSchedule.LastSuccessfulRun Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the last successful backup run which was triggered for the schedule.
[Newtonsoft.Json.JsonProperty(PropertyName="properties.lastSuccessfulRun")]
public DateTime? LastSuccessfulRun { get; protected set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.lastSuccessfulRun")>]
member this.LastSuccessfulRun : Nullable<DateTime> with get, set
Public Property LastSuccessfulRun As Nullable(Of DateTime)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute