DeploymentInner.AuthorEmail Property

Definition

Gets or sets author email.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to