DelegationFilterType 枚举

选择可以委派的工作分配。

命名空间:  WebSvcStatusing
程序集:  ProjectServerServices(位于 ProjectServerServices.dll 中)

语法

声明
<SerializableAttribute> _
Public Enumeration DelegationFilterType
用法
Dim instance As DelegationFilterType
[SerializableAttribute]
public enum DelegationFilterType

成员

成员名称 说明
SingleAssignment 值为 0。选择一次分配。您必须指定分配唯一的 id。
Project 值 = 1。从单个项目,选择分配。您必须指定项目的唯一标识符。
TeamResource 值 = 2。选择所有工作分配。
MyAssignments 值 = 3。选择如果所有者有权委派的工作分配,工作分配未被锁定,当前用户所拥有的所有未完成的工作分配。

备注

有关详细信息,请参阅ReadAssignmentsForDelegation PSI 方法。

另请参阅

引用

WebSvcStatusing 命名空间