次の方法で共有


Snapshot.TimeCreated プロパティ

定義

スナップショットが作成された時刻を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象