Share via


DraftTask.ActualCost property

Gets or set costs incurred for work already performed on a task, together with any other recorded costs that are associated with a task.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Property ActualCost As Double
    Get
    Set
'Usage
Dim instance As DraftTask
Dim value As Double

value = instance.ActualCost

instance.ActualCost = value
[RemoteAttribute]
public double ActualCost { get; set; }

Property value

Type: System.Double
The actual cost.

See also

Reference

DraftTask class

DraftTask members

Microsoft.ProjectServer.Client namespace