Share via


TimeSheetWorkCollection class

Fornece um conjunto de entradas de trabalho real para uma folha de ponto.

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

'Declaração
<ScriptTypeAttribute("PS.TimeSheetWorkCollection", ServerTypeId := "{c6f3588a-58a7-4b05-8a52-785f57a11188}")> _
Public Class TimeSheetWorkCollection _
    Inherits ClientObjectCollection(Of TimeSheetWork)
'Uso
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.

Ver também

Referência

TimeSheetWorkCollection members

Microsoft.ProjectServer.Client namespace