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。