Share via


TimeSheet.TotalNonBillableWork property

Gets or sets the timesheet total non-billable work.

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

Syntax

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

value = instance.TotalNonBillableWork

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

Property value

Type: System.String
An object that contains the timesheet total non-billable work.

Remarks

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

See also

Reference

TimeSheet class

TimeSheet members

Microsoft.ProjectServer.Client namespace