Share via


UserDelegationInfo constructor

Creates an instance of the UserDelegationInfo class.

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
Public Sub New ( _
    delegateUid As Guid, _
    resUid As Guid _
)
'Usage
Dim delegateUid As Guid
Dim resUid As Guid

Dim instance As New UserDelegationInfo(delegateUid, _
    resUid)
public UserDelegationInfo(
    Guid delegateUid,
    Guid resUid
)

Parameters

  • delegateUid
    Type: System.Guid

    The GUID of the user who delegates permissions to others.

  • resUid
    Type: System.Guid

    The GUID of the user to whom permission is delegated.

See also

Reference

UserDelegationInfo class

UserDelegationInfo members

Microsoft.Office.Project.Server.Events namespace