Condividi tramite


UserDelegationUpdatePostEventArgs.UpdatedDelegations property

Gets a collection of the GUIDs that represent users who delegate permissions and 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 UpdatedDelegations As Collection(Of UserDelegationInfo)
    Get
'Usage
Dim instance As UserDelegationUpdatePostEventArgs
Dim value As Collection(Of UserDelegationInfo)

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

Property value

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

See also

Reference

UserDelegationUpdatePostEventArgs class

UserDelegationUpdatePostEventArgs members

Microsoft.Office.Project.Server.Events namespace