TimesheetPostEventArgs constructor (Guid)
Creates an instance of the TimesheetPostEventArgs class.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Sub New ( _
tsUID As Guid _
)
'Usage
Dim tsUID As Guid
Dim instance As New TimesheetPostEventArgs(tsUID)
public TimesheetPostEventArgs(
Guid tsUID
)
Parameters
tsUID
Type: System.GuidThe GUID of the approved timesheet.
See also
Reference
TimesheetPostEventArgs members