TimeSheetLine.TimeSheet property
Gets the timesheet that is associated with the timesheet line.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property TimeSheet As TimeSheet
Get
'Usage
Dim instance As TimeSheetLine
Dim value As TimeSheet
value = instance.TimeSheet
[RemoteAttribute]
public TimeSheet TimeSheet { get; }
Property value
Type: Microsoft.ProjectServer.Client.TimeSheet
A TimeSheet object.