Share via


PublishedAssignment.Cost property

Gets 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 ReadOnly Property Cost As Double
    Get
'Usage
Dim instance As PublishedAssignment
Dim value As Double

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

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

PublishedAssignment class

PublishedAssignment members

Microsoft.ProjectServer.Client namespace