TimeSheetWorkCollection.Add method
Adds an actual work value to a timesheet.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Function Add ( _
parameters As TimeSheetWorkCreationInformation _
) As TimeSheetWork
'Usage
Dim instance As TimeSheetWorkCollection
Dim parameters As TimeSheetWorkCreationInformation
Dim returnValue As TimeSheetWork
returnValue = instance.Add(parameters)
[RemoteAttribute]
public TimeSheetWork Add(
TimeSheetWorkCreationInformation parameters
)
Parameters
parameters
Type: Microsoft.ProjectServer.Client.TimeSheetWorkCreationInformationAn object that contains information for the creation of an actual work item.
Return value
Type: Microsoft.ProjectServer.Client.TimeSheetWork
A TimesheetWork object.