RestorableDroppedDatabase.DeletionDate Property

Definition

Gets the deletion date of the database (ISO8601 format).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to