RecordSetInner.MxRecords Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to