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