TopLevelDomainAgreementOption.IncludePrivacy Property

Definition

Gets or sets if <code>true</code>, then the list of agreements will include agreements for domain privacy as well; otherwise, <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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to