ClientTwin.LastActiveOnUtc プロパティ

定義

対応するデバイスが最後にアクティブだった時刻。

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate)]
public DateTimeOffset? LastActiveOnUtc { get; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate)>]
member this.LastActiveOnUtc : Nullable<DateTimeOffset>
Public ReadOnly Property LastActiveOnUtc As Nullable(Of DateTimeOffset)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象