WebAppContext.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

String

Implements

Remarks

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

Applies to