Share via


PublishedTask.Cost property

Gets the total scheduled or projected cost for the task. The cost is based on costs already incurred for work performed by resources that are assigned to the task, in addition to the costs planned for the remaining work.

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 PublishedTask
Dim value As Double

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

Property value

Type: System.Double
The total cost.

See also

Reference

PublishedTask class

PublishedTask members

Microsoft.ProjectServer.Client namespace