Share via


DigitalTwinsDescription.LastUpdatedTime Property

Definition

Gets time when DigitalTwinsInstance was updated.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to