Share via


AdministratorDetails.EmailAddress Property

Definition

Gets or sets email addresss.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to