Share via


Deployment.Complete Property

 

Optional. Indicates if the deployment is complete.

Namespace:   Microsoft.WindowsAzure.WebSitesExtensions.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Syntax

public bool Complete { get; set; }
public:
property bool Complete {
    bool get();
    void set(bool value);
}
member Complete : bool with get, set
Public Property Complete As Boolean

Property Value

Type: System.Boolean

See Also

Deployment Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace

Return to top