次の方法で共有


RecordSetInner.TxtRecords プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象