TimeSheetLineClass enumeration

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

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
Public Enumeration TimeSheetLineClass
'Usage
Dim instance As TimeSheetLineClass
public enum TimeSheetLineClass

Members

Member name Description
StandardLine Value = 0. The class of timesheet line that is used to record standard work time; the default class of timesheet line.
SickTimeLine Value = 1. The class of timesheet line that is used to record sick time.
VacationLine Value = 2. The class of timesheet line that is used to record vacation time.
AdministrativeLine Value = 3. The class of timesheet line that is used to record 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.ProjectServer.Client namespace