Enum 1815 Assisted Setup Group in 27
- App
- System Application
- Namespace
- System.Environment.Configuration
Versions171819202122232425262728latest
Source in 27
src/System Application/App/Guided Experience/src/Assisted Setup/AssistedSetupGroup.Enum.al20 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.Environment.Configuration;
/// <summary>The group to which the setup belongs. Please extend this enum to add your own group to classify the setups being added by your extension.</summary>
enum 1815 "Assisted Setup Group"
{
Extensible = true;
/// <summary>
/// A default group, specifying that the assisted setup is not categorized.
/// </summary>
value(0; Uncategorized)
{
Caption = 'Uncategorized';
}
}Values, 1
| Id | Name | Obsolete |
|---|---|---|
| 0 | Uncategorized | - |