Edit

Share via


Environments.Staging Field

Definition

Specifies the Staging environment.

public: static initonly System::String ^ Staging;
public static readonly string Staging;
 staticval mutable Staging : string
Public Shared ReadOnly Staging As String 

Field Value

Remarks

The staging environment can be used to validate app changes before changing the environment to production.

Applies to