WebSite::SiteProperties Property

 

Gets or sets an WebSite::WebSiteProperties value that specifies the properties of the web site.

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

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