DraftTask.FixedCost property
Gets or sets any non-resource task expense.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property FixedCost As Double
Get
Set
'Usage
Dim instance As DraftTask
Dim value As Double
value = instance.FixedCost
instance.FixedCost = value
[RemoteAttribute]
public double FixedCost { get; set; }
Property value
Type: System.Double
Any non-resource task expense.