Permission set 1922 Perf. Profiler Tables - View in 25
- App
- System Application
- Namespace
- System.Tooling
Versions171819202122232425262728latest
Source in 25
src/System Application/App/Performance Profiler/permissions/PerfProfilerTablesView.permissionset.al18 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.Tooling;
using System.PerformanceProfile;
permissionset 1922 "Perf. Profiler Tables - View"
{
Access = Internal;
Assignable = false;
Permissions = tabledata "Performance Profile Scheduler" = R,
tabledata "Performance Profiles" = R;
}