Share via


WebSiteExtensionsClient.SiteName Property

 

The site name.

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

Syntax

public string SiteName { get; set; }
public:
property String^ SiteName {
    virtual String^ get() sealed;
    virtual void set(String^ value) sealed;
}
abstract SiteName : string with get, set
override SiteName : string with get, set
Public Property SiteName As String

Property Value

Type: System.String

Implements

IWebSiteExtensionsClient.SiteName

See Also

WebSiteExtensionsClient Class
Microsoft.WindowsAzure.WebSitesExtensions Namespace

Return to top