ReportingPostTimesheetProjectAggregatedEventArgs Constructor

Creates an instance of the ReportingPostTimesheetProjectAggregatedEventArgs 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 ( _
    periodGuid As Guid _
)
'Usage
Dim periodGuid As Guid

Dim instance As New ReportingPostTimesheetProjectAggregatedEventArgs(periodGuid)
public ReportingPostTimesheetProjectAggregatedEventArgs(
    Guid periodGuid
)

Parameters

  • periodGuid
    Type: System.Guid
    The GUID of an aggregated project timesheet.

See Also

Reference

ReportingPostTimesheetProjectAggregatedEventArgs Class

ReportingPostTimesheetProjectAggregatedEventArgs Members

Microsoft.Office.Project.Server.Events Namespace