Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Selects assignments that can be delegated.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Enumeration DelegationFilterType
'Usage
Dim instance As DelegationFilterType
public enum DelegationFilterType
Members
| Member name | Description | |
|---|---|---|
| SingleAssignment | Value=0. Select a single assignment. Assignment unique ID must be specified. | |
| Project | Value=1. Select assignments from a single project. Project unique ID must be specified. | |
| TeamResource | Value=2. Select all assignments. | |
| MyAssignments | Value=3. Select all uncompleted assignments owned by the current user if the owner has permissions to delegate the assignment and the assignment is not locked down. |
Remarks
For more information, see the ReadAssignmentsForDelegation PSI method.
Note
The WebSvcStatusing namespace also includes the DelegationFilterType type.