PublishedAssignment.RemainingWork property
Gets the time, such as person-hours or days, that is still required to complete the assignment.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property RemainingWork As String
Get
'Usage
Dim instance As PublishedAssignment
Dim value As String
value = instance.RemainingWork
[RemoteAttribute]
public string RemainingWork { get; }
Property value
Type: System.String
The amount of time that is still required to complete the assignment.
Remarks
To get the TimeSpan value for the remaining work, use the RemainingWorkTimeSpan property.