RestorePoint.RestorePointCreationDate Property

Definition

Gets the time the backup was taken

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to