TimeSheetLineClass enumeration

Represents classifications that identify the different uses of a timesheet line.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
<ClientCallableTypeAttribute(ServerTypeId := "DCC0234F-9384-4CE8-8D6D-B082ACAA99F7")> _
Public Enumeration TimeSheetLineClass
'Usage
Dim instance As TimeSheetLineClass
[ClientCallableTypeAttribute(ServerTypeId = "DCC0234F-9384-4CE8-8D6D-B082ACAA99F7")]
public enum TimeSheetLineClass

Members

Member name Description
StandardLine Value=0. A timesheet line that records standard time.
SickTimeLine Value=1. A timesheet line that records sick time.
VacationLine Value=2. A timesheet line that records vacation time.
AdministrativeLine Value=3. A timesheet line that records administrative time.

Remarks

The line class is an enumerated value that refers to the purpose of the line; for example, to record vacation time or to record sick time.

See also

Reference

Microsoft.Office.Project.Server.Library namespace