TimeSheetLineCollection class
Represents a collection of timesheet lines.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<TimeSheetLine>
Microsoft.ProjectServer.Client.TimeSheetLineCollection
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.TimeSheetLineCollection", ServerTypeId := "{ddc5194e-5c76-4720-80a9-ee3373a82de6}")> _
Public Class TimeSheetLineCollection _
Inherits ClientObjectCollection(Of TimeSheetLine)
'Usage
Dim instance As TimeSheetLineCollection
[ScriptTypeAttribute("PS.TimeSheetLineCollection", ServerTypeId = "{ddc5194e-5c76-4720-80a9-ee3373a82de6}")]
public class TimeSheetLineCollection : ClientObjectCollection<TimeSheetLine>
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.