TimeSheetWorkCollection class

Provides a collection of actual work entries for a timesheet.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<TimeSheetWork>
        Microsoft.ProjectServer.Client.TimeSheetWorkCollection

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

Syntax

'Declaration
<ScriptTypeAttribute("PS.TimeSheetWorkCollection", ServerTypeId := "{c6f3588a-58a7-4b05-8a52-785f57a11188}")> _
Public Class TimeSheetWorkCollection _
    Inherits ClientObjectCollection(Of TimeSheetWork)
'Usage
Dim instance As TimeSheetWorkCollection
[ScriptTypeAttribute("PS.TimeSheetWorkCollection", ServerTypeId = "{c6f3588a-58a7-4b05-8a52-785f57a11188}")]
public class TimeSheetWorkCollection : ClientObjectCollection<TimeSheetWork>

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.

See also

Reference

TimeSheetWorkCollection members

Microsoft.ProjectServer.Client namespace