ReportingPostTimesheetProjectAggregatedEventArgs.PeriodGuid Property
Gets the GUID that represents the current aggregated timesheet.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public ReadOnly Property PeriodGuid As Guid
Get
'Usage
Dim instance As ReportingPostTimesheetProjectAggregatedEventArgs
Dim value As Guid
value = instance.PeriodGuid
public Guid PeriodGuid { get; }
Property Value
Type: System.Guid
See Also
Reference
ReportingPostTimesheetProjectAggregatedEventArgs Class