ProjectResource.ActualWork property

Gets the actual amount of work that has already been performed by the project resource.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property ActualWork As String
    Get
'Usage
Dim instance As ProjectResource
Dim value As String

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

Property value

Type: System.String
The actual amount of work already performed.

Remarks

To get the TimeSpan value for the actual work, use the ActualWorkTimeSpan property.

See also

Reference

ProjectResource class

ProjectResource members

Microsoft.ProjectServer.Client namespace