ManagedDatabaseUpdate.CreationDate Property

Definition

Gets creation date of the database.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to