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