SoaRecord.Host Property

Definition

Gets or sets the domain name of the authoritative name server for this SOA record.

[Newtonsoft.Json.JsonProperty(PropertyName="host")]
public string Host { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="host")>]
member this.Host : string with get, set
Public Property Host As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to