IWebAppContext.SiteName Property

Definition

Gets the name of the site if running in Azure WebApp.

public:
 property System::String ^ SiteName { System::String ^ get(); };
public string SiteName { get; }
member this.SiteName : string
Public ReadOnly Property SiteName As String

Property Value

Remarks

This API supports the .NET infrastructure and is not intended to be used directly from your code.

Applies to