Share via


ReportingPostTimesheetStatusChangedEventArgs.TimesheetGuid property

Gets the GUID of the timesheet whose status has been changed.

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 TimesheetGuid As Guid
    Get
'Usage
Dim instance As ReportingPostTimesheetStatusChangedEventArgs
Dim value As Guid

value = instance.TimesheetGuid
public Guid TimesheetGuid { get; }

Property value

Type: System.Guid

See also

Reference

ReportingPostTimesheetStatusChangedEventArgs class

ReportingPostTimesheetStatusChangedEventArgs members

Microsoft.Office.Project.Server.Events namespace