TimeSheet class

Contains the methods and properties for managing a timesheet.

Inheritance hierarchy

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

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

Syntax

'Declaration
<ScriptTypeAttribute("PS.TimeSheet", ServerTypeId := "{172753f4-e546-48c5-acca-aa13d3b28c63}")> _
Public Class TimeSheet _
    Inherits ClientObject
'Usage
Dim instance As TimeSheet
[ScriptTypeAttribute("PS.TimeSheet", ServerTypeId = "{172753f4-e546-48c5-acca-aa13d3b28c63}")]
public class TimeSheet : 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

TimeSheet members

Microsoft.ProjectServer.Client namespace