Share via


UserDelegationDeactivatePostEventArgs.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 has been 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 UserDelegationDeactivatePostEventArgs
Dim value As UserDelegationInfo

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

Property Value

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

See Also

Reference

UserDelegationDeactivatePostEventArgs Class

UserDelegationDeactivatePostEventArgs Members

Microsoft.Office.Project.Server.Events Namespace