LineClassState Enumeration
Specifies the state of a 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 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.