Share via


DelegationFilter Enumeration

Specifies the filter for finding user delegations.

Namespace:  [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl

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

Resource Web Service