DatabaseUpdate.SourceDatabaseDeletionDate Property

Definition

Gets or sets specifies the time that the database was deleted.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to