次の方法で共有


DigitalTwinsDescription.LastUpdatedTime プロパティ

定義

DigitalTwinsInstance が更新された時刻を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象