AppPermissions.Scope enumeration

Specifies the categories of content that are affected by app permissions and to which app permissions are scoped.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Enumeration Scope
'Usage
Dim instance As AppPermissions.Scope
public enum Scope

Members

Member name Description
Administrative Value = 0. The administrative scope that is specified by app permissions.
BasicProjectAll Value = 1. The basic project, all projects scope that is specified by app permissions.
BasicProjectSpecific Value = 2. The basic project, one project scope that is specified by app permissions.
EnterpriseResources Value = 3. The enterprise resources scope that is specified by app permissions.
Statusing Value = 4. The statusing scope that is specified by app permissions.
Reporting Value = 5. The reporting scope that is specified by app permissions.
Workflow Value = 6. The workflow scope that is specified by app permissions.

Remarks

App permissions refer to the Project Web App Permissions page that controls which global and category permissions are enabled.

See also

Reference

Microsoft.Office.Project.Server.Library namespace