Project.CreationTime Property

Definition

Gets uTC Date and time when project was created

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to