DelegationFilterType Enumeration
Selects assignments that can be delegated.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration DelegationFilterType
'Usage
Dim instance As DelegationFilterType
[SerializableAttribute]
public enum DelegationFilterType
Members
Member name | Description | |
---|---|---|
SingleAssignment | Value=0. Select a single assignment. You must specify the assignment unique ID. | |
Project | Value=1. Select assignments from a single project. You must specify the project unique ID. | |
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 Microsoft.Office.Project.Server.Library namespace also includes the DelegationFilterType type.