BackupItem.LastRestoreTimeStamp Property

Definition

Gets timestamp of a last restore operation which used this backup.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.lastRestoreTimeStamp")]
public DateTime? LastRestoreTimeStamp { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.lastRestoreTimeStamp")>]
member this.LastRestoreTimeStamp : Nullable<DateTime>
Public ReadOnly Property LastRestoreTimeStamp As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to