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