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 命名空间