TopLevelDomainInner.Privacy Property

Definition

Gets or sets if <code>true</code>, then the top level domain supports domain privacy; otherwise, <code>false</code>.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to