TopLevelDomainAgreementOption.ForTransfer Property

Definition

Gets or sets if <code>true</code>, then the list of agreements will include agreements for domain transfer as well; otherwise, <code>false</code>.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to