次の方法で共有


Workspace.CreationTime プロパティ

定義

作成時間を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

ワークスペースが作成された時刻。

適用対象