次の方法で共有


DeviceRegistrationState.LastUpdatedOnUtc プロパティ

定義

最終更新日時 (UTC)。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象