RecordSet.PtrRecords Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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