TimesheetEnum.LineClassState enumeration

Office 2013 and later

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)

No code example is currently available or this language may not be supported.

Member nameDescription
EnabledValue=0. Read only enabled timesheet lines.
DisabledValue=1. Read only disabled timesheet lines.
AllValue=2. Read all timesheet lines.

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

NoteNote

The WebSvcAdmin namespace also includes the LineClassState type.

Show: