Project.Created Property

Definition

Gets the date this project was created.

[Newtonsoft.Json.JsonProperty(PropertyName="created")]
public DateTime Created { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="created")>]
member this.Created : DateTime
Public ReadOnly Property Created As DateTime

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to