RecordSet.PtrRecords Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to