DomainInner.LastRenewedTime Property

Definition

Gets timestamp when the domain was renewed last time.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to