Share via


TimeSheetLine.Work property

Gets the actual work on the timesheet.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property Work As TimeSheetWorkCollection
    Get
'Usage
Dim instance As TimeSheetLine
Dim value As TimeSheetWorkCollection

value = instance.Work
[RemoteAttribute]
public TimeSheetWorkCollection Work { get; }

Property value

Type: Microsoft.ProjectServer.Client.TimeSheetWorkCollection
A collection of TimeSheetWork objects.

See also

Reference

TimeSheetLine class

TimeSheetLine members

Microsoft.ProjectServer.Client namespace