Share via


UserDelegationDeactivatePreEventArgs.Delegation property

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

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 UserDelegationDeactivatePreEventArgs
Dim value As UserDelegationInfo

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

Property value

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

See also

Reference

UserDelegationDeactivatePreEventArgs class

UserDelegationDeactivatePreEventArgs members

Microsoft.Office.Project.Server.Events namespace