Share via


PublishedTask.FixedCost property

Gets the fixed cost for the task, which is a nonresource expense.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property FixedCost As Double
    Get
'Usage
Dim instance As PublishedTask
Dim value As Double

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

Property value

Type: System.Double
A nonresource task expense.

See also

Reference

PublishedTask class

PublishedTask members

Microsoft.ProjectServer.Client namespace