RecordSet.TxtRecords 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 TXT records in the record set.
[Newtonsoft.Json.JsonProperty(PropertyName="properties.txtRecords")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.PrivateDns.Models.TxtRecord> TxtRecords { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.txtRecords")>]
member this.TxtRecords : System.Collections.Generic.IList<Microsoft.Azure.Management.PrivateDns.Models.TxtRecord> with get, set
Public Property TxtRecords As IList(Of TxtRecord)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute