IDeploymentProperties.AuthorEmail Property

Definition

Author email.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Author email.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="author_email", Update=true)]
public string AuthorEmail { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Author email.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="author_email", Update=true)>]
member this.AuthorEmail : string with get, set
Public Property AuthorEmail As String

Property Value

Attributes

Applies to