ReportingPostTimesheetClassChangedEventArgs.ToString Method
Returns a text string that contains the GUID, name, type, and description of the changed timesheet line class.
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 ReportingPostTimesheetClassChangedEventArgs
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return Value
Type: System.String
See Also
Reference
ReportingPostTimesheetClassChangedEventArgs Class