Share via


ProjectResource.ActualCostWorkPerformed property

Gets the actual cost for work that has been performed by the project resource to date.

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

Syntax

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

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

Property value

Type: System.String
The actual cost for work performed to date.

Remarks

To get the TimeSpan value for the actual cost of work performed, use the ActualCostWorkPerformedTimeSpan property.

See also

Reference

ProjectResource class

ProjectResource members

Microsoft.ProjectServer.Client namespace