Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies how to navigate a list of timesheet lines.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration Navigation
'Usage
Dim instance As Navigation
[SerializableAttribute]
public enum Navigation
Members
| Member name | Description | |
|---|---|---|
| Current | Value=0. Go to the current line. | |
| Previous | Value=1. Go to the previous line. | |
| Next | Value=2. Go to the next line. |
Remarks
For more information, see the ReadTimesheetByPeriod PSI method.
Note
The Microsoft.Office.Project.Server.Library namespace also includes the TimesheetEnum.Navigation type.