Share via


UserDelegationActivatePreEventArgs.Delegation property

Gets an object that contains the GUIDs of the user who delegates permissions and the user who is associated with a permission that is to be activated.

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
Public ReadOnly Property Delegation As UserDelegationInfo
    Get
'Usage
Dim instance As UserDelegationActivatePreEventArgs
Dim value As UserDelegationInfo

value = instance.Delegation
public UserDelegationInfo Delegation { get; }

Property value

Type: Microsoft.Office.Project.Server.Events.UserDelegationInfo

See also

Reference

UserDelegationActivatePreEventArgs class

UserDelegationActivatePreEventArgs members

Microsoft.Office.Project.Server.Events namespace