UserDelegationConsts.DelegationFilter Enumeration
Specifies the filter for finding user delegations.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Enumeration DelegationFilter
'Usage
Dim instance As UserDelegationConsts.DelegationFilter
public enum DelegationFilter
Members
Member name | Description | |
---|---|---|
ActingAsUser | Value = 0. Find delegates acting as the user, where the parameter = RES_UID. | |
ForUser | Value = 1. Find delegations for the user. | |
All | Value = 2. Find all delegates where the parameter = DELEGATE_UID. |
Remarks
The DelegationFilter enumeration can be used in the ReadDelegations method.