UserDelegationDeactivatePreEventArgs.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 UserDelegationDeactivatePreEventArgs
Dim value As UserDelegationInfo
value = instance.Delegation
public UserDelegationInfo Delegation { get; }
プロパティ値
型: Microsoft.Office.Project.Server.Events.UserDelegationInfo
関連項目
参照先
UserDelegationDeactivatePreEventArgs クラス