TimeSheetLineCreationInformation.LineClass property

Gets or sets the line class type of the timesheet line.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Property LineClass As TimeSheetLineClass
    Get
    Set
'Usage
Dim instance As TimeSheetLineCreationInformation
Dim value As TimeSheetLineClass

value = instance.LineClass

instance.LineClass = value
[RemoteAttribute]
public TimeSheetLineClass LineClass { get; set; }

Property value

Type: Microsoft.ProjectServer.Client.TimeSheetLineClass
A TimeSheetLineClass object.

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

TimeSheetLineCreationInformation class

TimeSheetLineCreationInformation members

Microsoft.ProjectServer.Client namespace