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