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