Account.Email Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("email")]
public string? Email { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("email")>]
member this.Email : string with get, set
Public Property Email As String

Property Value

Attributes

Applies to