DelegationFilterType 枚举
选择可以委派的工作分配。
命名空间: Microsoft.Office.Project.Server.Library
程序集: Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)
语法
声明
Public Enumeration DelegationFilterType
用法
Dim instance As DelegationFilterType
public enum DelegationFilterType
成员
成员名称 | 说明 | |
---|---|---|
SingleAssignment | 值为 0。选择一次分配。必须指定分配唯一的 ID。 | |
Project | 值 = 1。从单个项目,选择分配。必须指定项目唯一标识号。 | |
TeamResource | 值 = 2。选择所有工作分配。 | |
MyAssignments | 值 = 3。选择如果所有者有权委派的工作分配,工作分配未被锁定,当前用户所拥有的所有未完成的工作分配。 |
备注
有关详细信息,请参阅ReadAssignmentsForDelegation PSI 方法。
备注
WebSvcStatusing命名空间还包含DelegationFilterType类型。