WebSiteUpdateResponse.WebSite Property

 

Gets or sets an WebSite object that contains the details of the updated website.

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

Syntax

public WebSite WebSite { get; set; }
public:
property WebSite^ WebSite {
    WebSite^ get();
    void set(WebSite^ value);
}
member WebSite : WebSite with get, set
Public Property WebSite As WebSite

Property Value

Type: Microsoft.WindowsAzure.Management.WebSites.Models.WebSite

An WebSite object.

See Also

WebSiteUpdateResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top