Deployment.Author Property
Optional. The author.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public string Author { get; set; }
public:
property String^ Author {
String^ get();
void set(String^ value);
}
member Author : string with get, set
Public Property Author As String
Property Value
Type: System.String
See Also
Deployment Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace
Return to top