共用方式為


UserDelegationInfo 建構函式

會建立UserDelegationInfo類別的執行個體。

命名空間:  Microsoft.Office.Project.Server.Events
組件:  Microsoft.Office.Project.Server.Events.Receivers (在 Microsoft.Office.Project.Server.Events.Receivers.dll 中)

語法

'宣告
Public Sub New ( _
    delegateUid As Guid, _
    resUid As Guid _
)
'用途
Dim delegateUid As Guid
Dim resUid As Guid

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

參數

  • delegateUid
    類型:System.Guid

    委派給其他人的權限之使用者的 GUID。

  • resUid
    類型:System.Guid

    其委派權限之使用者的 GUID。

請參閱

參照

UserDelegationInfo 類別

UserDelegationInfo 成員

Microsoft.Office.Project.Server.Events 命名空間