Enum 1888 Environment Type in 24
- App
- System Application
- Namespace
- System.DataAdministration
Versions171819202122232425262728latest
Source in 24
src/System Application/App/Environment Cleanup/src/EnvironmentType.Enum.al24 lines, Copyright (c) Microsoft Corporation. MIT
// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------
namespace System.DataAdministration;
/// <summary>
/// Environment type
/// </summary>
enum 1888 "Environment Type"
{
Access = Public;
Extensible = false;
value(0; Sandbox)
{
Caption = 'Sandbox', Locked = true;
}
value(1; Production)
{
Caption = 'Production', Locked = true;
}
}Values, 2
| Id | Name | Obsolete |
|---|---|---|
| 0 | Sandbox | - |
| 1 | Production | - |