Sdílet prostřednictvím


DeviceRegistrationResult.LastUpdatedOnUtc Property

Definition

The time when the device last refreshed the registration.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to