Share via


TimeSheetWork class

Representa os diferentes tipos de trabalho em um quadro de horários.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.ProjectServer.Client.TimeSheetWork

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

Syntax

'Declaração
<ScriptTypeAttribute("PS.TimeSheetWork", ServerTypeId := "{62b130e5-37af-4e26-854c-bb2feb846795}")> _
Public Class TimeSheetWork _
    Inherits ClientObject
'Uso
Dim instance As TimeSheetWork
[ScriptTypeAttribute("PS.TimeSheetWork", ServerTypeId = "{62b130e5-37af-4e26-854c-bb2feb846795}")]
public class TimeSheetWork : 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.

Ver também

Referência

TimeSheetWork members

Microsoft.ProjectServer.Client namespace