Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of timesheet line.
Namespace: [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl
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.