TimeSheetLineCreationInformation class

Provides property settings and methods that are used to create a timesheet line.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientValueObject
    Microsoft.ProjectServer.Client.TimeSheetLineCreationInformation

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

Syntax

'Declaration
<ScriptTypeAttribute("PS.TimeSheetLineCreationInformation", ValueObject := True,  _
    ServerTypeId := "{dbbd87af-f81d-413f-9899-957de504618a}")> _
Public Class TimeSheetLineCreationInformation _
    Inherits ClientValueObject
'Usage
Dim instance As TimeSheetLineCreationInformation
[ScriptTypeAttribute("PS.TimeSheetLineCreationInformation", ValueObject = true, 
    ServerTypeId = "{dbbd87af-f81d-413f-9899-957de504618a}")]
public class TimeSheetLineCreationInformation : ClientValueObject

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

TimeSheetLineCreationInformation members

Microsoft.ProjectServer.Client namespace