TimesheetEnum.LineClassState Enumeration

Specifies the state of a 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 LineClassState
'Usage
Dim instance As TimesheetEnum.LineClassState
public enum LineClassState

Members

Member name Description
Enabled Value=0. Read only enabled timesheet lines.
Disabled Value=1. Read only disabled timesheet lines.
All Value=2. Read all timesheet lines.

Remarks

The ReadLineClasses method uses the TimesheetEnum.LineClassState enumeration to read timesheet lines of type LineClassType.

Note

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

See Also

Reference

Microsoft.Office.Project.Server.Library Namespace