ReportingPostTimesheetStatusChangedEventArgs.TimesheetStatus property
Gets an enumerated value that represents the current timesheet status.
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 TimesheetStatus As TimesheetEnum.Status
Get
'Usage
Dim instance As ReportingPostTimesheetStatusChangedEventArgs
Dim value As TimesheetEnum.Status
value = instance.TimesheetStatus
public TimesheetEnum.Status TimesheetStatus { get; }
Property value
Type: Microsoft.Office.Project.Server.Library.TimesheetEnum.Status
See also
Reference
ReportingPostTimesheetStatusChangedEventArgs class