DelegationFilter enumeration

Specifies the filter for finding user delegations.

Namespace:  WebSvcResource
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration DelegationFilter
'Usage
Dim instance As DelegationFilter
[SerializableAttribute]
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.

See also

Reference

WebSvcResource namespace