Share via


UserDelegationDeletePreEventArgs.DeletedDelegations property

Gets a collection of the GUIDs of users who delegate permissions to others and of users to whom permissions are delegated.

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 DeletedDelegations As Collection(Of UserDelegationInfo)
    Get
'Usage
Dim instance As UserDelegationDeletePreEventArgs
Dim value As Collection(Of UserDelegationInfo)

value = instance.DeletedDelegations
public Collection<UserDelegationInfo> DeletedDelegations { get; }

Property value

Type: System.Collections.ObjectModel.Collection<UserDelegationInfo>

See also

Reference

UserDelegationDeletePreEventArgs class

UserDelegationDeletePreEventArgs members

Microsoft.Office.Project.Server.Events namespace