IWebAppContext.SiteInstanceId Property

Definition

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

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

Property Value

Remarks

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

Applies to