DraftAssignment.Cost property

Gets or sets the total scheduled or projected cost for the assignment.

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

Syntax

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

value = instance.Cost

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

Property value

Type: System.Double
The total cost.

Remarks

The cost is based on costs already incurred for work performed on the assignment, in addition to the costs planned for the remaining work.

See also

Reference

DraftAssignment class

DraftAssignment members

Microsoft.ProjectServer.Client namespace