Compartilhar via


DatabaseKey.CreationDate Property

Definition

Gets the database key creation date.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to