次の方法で共有


RecordSet.MxRecords プロパティ

定義

レコード セット内の MX レコードの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象