次の方法で共有


DomainPurchaseConsent.AgreementKeys プロパティ

定義

適用可能な法的契約キーの一覧を取得または設定します。 このリストは、lt;code> で ListLegalAgreements API &を使用して取得できます。TopLevelDomain</code> リソース。

[Newtonsoft.Json.JsonProperty(PropertyName="agreementKeys")]
public System.Collections.Generic.IList<string> AgreementKeys { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="agreementKeys")>]
member this.AgreementKeys : System.Collections.Generic.IList<string> with get, set
Public Property AgreementKeys As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象