Click or drag to resize
SystemContextIsRunningOnAzure Property
Indicates whether current instance is an Azure Cloud Services deployment (is false for Azure Web Apps).

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public static bool IsRunningOnAzure { get; }

Property Value

Type: Boolean
See Also