UserDelegationDeactivatePostEventArgs.Delegation プロパティ
ユーザーは、アクセス許可を委任して、非アクティブ化されたアクセス許可に関連付けられているユーザーの Guid を格納しているオブジェクトを取得します。
名前空間: Microsoft.Office.Project.Server.Events
アセンブリ: Microsoft.Office.Project.Server.Events.Receivers (Microsoft.Office.Project.Server.Events.Receivers.dll 内)
構文
'宣言
Public ReadOnly Property Delegation As UserDelegationInfo
Get
'使用
Dim instance As UserDelegationDeactivatePostEventArgs
Dim value As UserDelegationInfo
value = instance.Delegation
public UserDelegationInfo Delegation { get; }
プロパティ値
型: Microsoft.Office.Project.Server.Events.UserDelegationInfo
関連項目
参照先
UserDelegationDeactivatePostEventArgs クラス