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。 |
备注
在ReadDelegations方法中,可以使用DelegationFilter枚举。