Share via


ISiteExtensionInfo.Author Property

Definition

List of authors.

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

Property Value

String[]
Attributes

Applies to