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)
Syntax
public WebSite.WebSiteProperties SiteProperties { get; set; }
public:
property WebSite::WebSiteProperties^ SiteProperties {
WebSite::WebSiteProperties^ get();
void set(WebSite::WebSiteProperties^ value);
}
member SiteProperties : WebSite.WebSiteProperties with get, set
Public Property SiteProperties As WebSite.WebSiteProperties
Property Value
Type: Microsoft.WindowsAzure.Management.WebSites.Models.WebSite.WebSiteProperties
An WebSite.WebSiteProperties value.
See Also
WebSite Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top