ZoneInner.NameServers Property

Definition

Gets the name servers for this DNS zone. This is a read-only property and any attempt to set this value will be ignored.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.nameServers")]
public System.Collections.Generic.IList<string> NameServers { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.nameServers")>]
member this.NameServers : System.Collections.Generic.IList<string>
Public ReadOnly Property NameServers As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to