UserContract.Email Property

Definition

Gets or sets email address.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to