Share via


DraftProject.SpreadActualCostsToStatus property

Gets or sets a value that indicates whether the consideration period for actual costs is spread to the status date or to the stop date.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Property SpreadActualCostsToStatus As Boolean
    Get
    Set
'Usage
Dim instance As DraftProject
Dim value As Boolean

value = instance.SpreadActualCostsToStatus

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

Property value

Type: System.Boolean
True if the consideration period for actual costs is spread to the status date or to the stop date; otherwise, False.

See also

Reference

DraftProject class

DraftProject members

Microsoft.ProjectServer.Client namespace