Share via


DeviceRegistrationResult.CreatedOnUtc Property

Definition

Registration create date time (in UTC).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to