EmailRegistration.Email Property

Definition

Gets the email to register

[Newtonsoft.Json.JsonProperty(PropertyName="email")]
public string Email { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="email")>]
member this.Email : string
Public ReadOnly Property Email As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to