UserDelegationUpdatePostEventArgs.UpdatedDelegations 属性

获取一个 Guid 表示委派权限的用户和用户向其委派权限的集合。

命名空间:  Microsoft.Office.Project.Server.Events
程序集:  Microsoft.Office.Project.Server.Events.Receivers(位于 Microsoft.Office.Project.Server.Events.Receivers.dll 中)

语法

声明
Public ReadOnly Property UpdatedDelegations As Collection(Of UserDelegationInfo)
    Get
用法
Dim instance As UserDelegationUpdatePostEventArgs
Dim value As Collection(Of UserDelegationInfo)

value = instance.UpdatedDelegations
public Collection<UserDelegationInfo> UpdatedDelegations { get; }

属性值

类型:System.Collections.ObjectModel.Collection<UserDelegationInfo>

另请参阅

引用

UserDelegationUpdatePostEventArgs 类

UserDelegationUpdatePostEventArgs 成员

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