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