DelegationFilter 枚举
指定用于查找用户委托的筛选器。
命名空间: WebSvcResource
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
<SerializableAttribute> _
Public Enumeration DelegationFilter
用法
Dim instance As DelegationFilter
[SerializableAttribute]
public enum DelegationFilter
成员
成员名称 | 说明 | |
---|---|---|
ActingAsUser | 值为 0。查找委派充当用户其中参数 = RES_UID。 | |
ForUser | 值 = 1。查找用户的委派。 | |
All | 值 = 2。查找所有委托的参数 = DELEGATE_UID。 |
备注
在ReadDelegations方法中,可以使用DelegationFilter枚举。