TimeSheetLine class
Represents a line in a timesheet.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.ProjectServer.Client.TimeSheetLine
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.TimeSheetLine", ServerTypeId := "{826c23f5-fd62-4ffa-9236-8c3916ad1a62}")> _
Public Class TimeSheetLine _
Inherits ClientObject
'Usage
Dim instance As TimeSheetLine
[ScriptTypeAttribute("PS.TimeSheetLine", ServerTypeId = "{826c23f5-fd62-4ffa-9236-8c3916ad1a62}")]
public class TimeSheetLine : ClientObject
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.