UserDelegationConsts.DelegationFilter 列舉
指定用於搜尋使用者委派的篩選。
命名空間: Microsoft.Office.Project.Server.Library
組件: Microsoft.Office.Project.Server.Library (在 Microsoft.Office.Project.Server.Library.dll 中)
語法
'宣告
Public Enumeration DelegationFilter
'用途
Dim instance As UserDelegationConsts.DelegationFilter
public enum DelegationFilter
成員
成員名稱 | 描述 | |
---|---|---|
ActingAsUser | 值 = 0。尋找代理人做為該使用者,其中參數 = RES_UID。 | |
ForUser | 值 = 1。尋找使用者的委派。 | |
All | 值 = 2。尋找所有委派其中參數 = DELEGATE_UID。 |
備註
DelegationFilter列舉可用於ReadDelegations方法。