TimeSheetWork class

Represents the different types of work on a timesheet.

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

'Declaration
<ScriptTypeAttribute("PS.TimeSheetWork", ServerTypeId := "{62b130e5-37af-4e26-854c-bb2feb846795}")> _
Public Class TimeSheetWork _
    Inherits ClientObject
'Usage
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.

See also

Reference

TimeSheetWork members

Microsoft.ProjectServer.Client namespace