SoaRecord.SerialNumber Property

Definition

Gets or sets the serial number for this SOA record.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to