LineClassState enumeration

Specifies the state of a timesheet line.

Namespace:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration LineClassState
'Usage
Dim instance As LineClassState
[SerializableAttribute]
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 LineClassState enumeration to read timesheet lines of type LineClassType.

Note

The Microsoft.Office.Project.Server.Library namespace also includes the TimesheetEnum.LineClassState type.

See also

Reference

WebSvcAdmin namespace