FileNotification.LastUpdatedTime プロパティ

定義

ファイルが UTC で最後に更新された日時を示す日付と時刻。

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="lastUpdatedTime")]
public DateTimeOffset? LastUpdatedTime { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="lastUpdatedTime")>]
member this.LastUpdatedTime : Nullable<DateTimeOffset> with get, set
Public Property LastUpdatedTime As Nullable(Of DateTimeOffset)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象