[This is preliminary documentation and is subject to change.]

Gets all the information related to a particular task identified by taskId.

Namespace:  OfficeClip.DBLayer.TE
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public TimesheetTaskInfo GetTimesheetTaskInfo(
	int taskId
)
Visual Basic (Declaration)
Public Function GetTimesheetTaskInfo ( _
	taskId As Integer _
) As TimesheetTaskInfo
Visual C++
public:
TimesheetTaskInfo^ GetTimesheetTaskInfo(
	int taskId
)

Parameters

taskId
Type: System..::.Int32
Task Id corresponding to a particular task.

Return Value

Instance of the TimesheetTaskInfo object corresponding to the taskId.

See Also