TimeSheetPeriod.TimeSheet property
Gets the timesheet that is associated with the timesheet period.
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 TimeSheetPeriod
Dim value As TimeSheet
value = instance.TimeSheet
[RemoteAttribute]
public TimeSheet TimeSheet { get; }
Property value
Type: Microsoft.ProjectServer.Client.TimeSheet
A TimeSheet object.