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.