DatabasePrincipal.Email Property

Definition

Gets or sets database principal email if exists.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to