TimesheetEnum.LineClassType Enumeration

Specifies the type of timesheet line.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Enumeration LineClassType
'Usage
Dim instance As TimesheetEnum.LineClassType
public enum LineClassType

Members

Member name Description
Regular Value=0. Read only regular timesheet lines.
NonWork Value=1. Read only non-work timesheet lines.
NonProject Value=2. Read only non-project timesheet lines.
AllNonProject Value=3. Read all non-project timesheet lines.
All Value=4. Read all timesheet lines.

Remarks

The ReadLineClasses method uses the TimesheetEnum.LineClassType enumeration to read timesheet lines with the state LineClassState.

Note

The [Admin Web service] namespace also includes the LineClassType type.

See Also

Reference

Microsoft.Office.Project.Server.Library Namespace