LineClassType enumeration
Specifies the type of timesheet line.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration LineClassType
'Usage
Dim instance As LineClassType
[SerializableAttribute]
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 LineClassType enumeration to read timesheet lines with the state LineClassState.
Note
The Microsoft.Office.Project.Server.Library namespace also includes the TimesheetEnum.LineClassType type.