Navigation Enumeration

Specifies how to navigate a list of timesheet lines.

Namespace:  [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl

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.

See Also

Reference

TimeSheet Web Service