次の方法で共有


Project.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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象