EmailRegistration.ActivationCode Property

Definition

Gets or sets activation code for the registration

[Newtonsoft.Json.JsonProperty(PropertyName="activationCode")]
public string ActivationCode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="activationCode")>]
member this.ActivationCode : string with get, set
Public Property ActivationCode As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to