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 クラス