Profile BLANK, source in 25
Source242526272829metadata in 25
src/System Application/App/Default Role Center/src/Blank.Profile.al16 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>
/// Empty profile to use in case no other profile is present when system is initializing.
/// </summary>
profile BLANK
{
Caption = 'Blank Profile';
ProfileDescription = 'This system profile should only be used to sign in when no other profiles are available.';
RoleCenter = "Blank Role Center";
}