次の方法で共有


TopLevelDomainAgreementOption.IncludePrivacy プロパティ

定義

lt;code>true</code>の場合&、契約の一覧にはドメイン プライバシーに関する契約も含まれます。それ以外の場合は、<code>false</code> を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="includePrivacy")]
public bool? IncludePrivacy { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="includePrivacy")>]
member this.IncludePrivacy : Nullable<bool> with get, set
Public Property IncludePrivacy As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象