DraftTask.FixedCostAccrual property

Gets or sets the choices for how and when fixed costs are to be charged to the cost of a task.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Property FixedCostAccrual As FixedCostAccrual
    Get
    Set
'Usage
Dim instance As DraftTask
Dim value As FixedCostAccrual

value = instance.FixedCostAccrual

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

Property value

Type: Microsoft.ProjectServer.Client.FixedCostAccrual
An enumerated value that indicates how and when fixed costs are to be charged.

See also

Reference

DraftTask class

DraftTask members

Microsoft.ProjectServer.Client namespace