다음을 통해 공유


DraftProject.SpreadPercentCompleteToStatus property

Gets or sets a value that indicates whether the consideration period for task percentage complete is spread to the status date or to the task finish date.

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

Syntax

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

value = instance.SpreadPercentCompleteToStatus

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

Property value

Type: System.Boolean
True if the consideration period for task percentage complete is spread to the status date or to the task finish date; otherwise, False.

See also

Reference

DraftProject class

DraftProject members

Microsoft.ProjectServer.Client namespace