DelegationFilterType 列舉
選取可以委派的工作分派。
命名空間: WebSvcStatusing
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
<SerializableAttribute> _
Public Enumeration DelegationFilterType
'用途
Dim instance As DelegationFilterType
[SerializableAttribute]
public enum DelegationFilterType
成員
成員名稱 | 描述 | |
---|---|---|
SingleAssignment | 值等於 0。選取單一的工作分派。您必須指定工作分派的唯一識別碼。 | |
Project | 值 = 1。從單一專案中選取 [工作分派]。您必須指定專案的唯一識別碼。 | |
TeamResource | 值 = 2。選取 [所有工作分派]。 | |
MyAssignments | 值 = 3。選取 [如果擁有者具有權限可以委派工作分派和工作分派未被鎖定,由目前使用者所擁有的所有未完成工作分派]。 |
備註
如需詳細資訊,請參閱ReadAssignmentsForDelegation PSI 方法。
注意事項 |
---|
Microsoft.Office.Project.Server.Library命名空間也包含DelegationFilterType型別。 |