ReportingPostTimesheetPeriodCreatedEventArgs.PeriodGuid Property
Gets the GUID of the timesheet period that has been created.
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 ReportingPostTimesheetPeriodCreatedEventArgs
Dim value As Guid
value = instance.PeriodGuid
public Guid PeriodGuid { get; }
Property Value
Type: System.Guid
See Also
Reference
ReportingPostTimesheetPeriodCreatedEventArgs Class