SoaRecord.RetryTime Property

Definition

Gets or sets the retry time for this SOA record.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to