RecordSet.NsRecords Property

Definition

Gets or sets the list of NS records in the record set.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.NSRecords")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.NsRecord> NsRecords { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.NSRecords")>]
member this.NsRecords : System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.NsRecord> with get, set
Public Property NsRecords As IList(Of NsRecord)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to