RecordSet.TxtRecords Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to