ReportingPostTimesheetStatusChangedEventArgs.ToString Method
Returns a text string that contains the timesheet status and timesheet GUID, the resource name and resource GUID, and the timesheet modification date.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As ReportingPostTimesheetStatusChangedEventArgs
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return Value
Type: System.String
See Also
Reference
ReportingPostTimesheetStatusChangedEventArgs Class