DraftTask.Cost property

Gets or sets the total scheduled or projected cost based on costs already incurred for work performed on a 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 Property Cost As Double
    Get
    Set
'Usage
Dim instance As DraftTask
Dim value As Double

value = instance.Cost

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

Property value

Type: System.Double
A total cost.

See also

Reference

DraftTask class

DraftTask members

Microsoft.ProjectServer.Client namespace