Backup.CreatedOn Property

Definition

Gets or sets the time when the backup was created.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.createdOn")]
public DateTime CreatedOn { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.createdOn")>]
member this.CreatedOn : DateTime with get, set
Public Property CreatedOn As DateTime

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to