IWebSiteExtensionsClient.SiteName Property
The site name.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
string SiteName { get; set; }
property String^ SiteName {
String^ get();
void set(String^ value);
}
abstract SiteName : string with get, set
Property SiteName As String
Property Value
Type: System.String
See Also
IWebSiteExtensionsClient Interface
Microsoft.WindowsAzure.WebSitesExtensions Namespace
Return to top