DraftAssignment.ActualCost property

Gets or sets the costs incurred for work already performed on the assignment, together with any other recorded costs that are associated with the assignment.

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 DraftAssignment
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

DraftAssignment class

DraftAssignment members

Microsoft.ProjectServer.Client namespace