TimeSheet.TotalWork property

Gets or sets the timesheet grand total of all work.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Property TotalWork As String
    Get
    Set
'Usage
Dim instance As TimeSheet
Dim value As String

value = instance.TotalWork

instance.TotalWork = value
[RemoteAttribute]
public string TotalWork { get; set; }

Property value

Type: System.String
An object that contains the timesheet grand total of all work.

Remarks

To get the TimeSpan value for the total work, use the TotalWorkTimeSpan property.

See also

Reference

TimeSheet class

TimeSheet members

Microsoft.ProjectServer.Client namespace