SoaRecord.ExpireTime Property

Definition

Gets or sets the expire time for this SOA record.

[Newtonsoft.Json.JsonProperty(PropertyName="expireTime")]
public long? ExpireTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="expireTime")>]
member this.ExpireTime : Nullable<int64> with get, set
Public Property ExpireTime As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to