WebSiteCreateResponse::WebSite Property

 

Gets or sets an WebSite object that contains the details of the created web site.

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

public:
property WebSite^ WebSite {
	WebSite^ get();
	void set(WebSite^ value);
}
Return to top
Show: