다음을 통해 공유


PublishedProject.SpreadPercentCompleteToStatus property

Gets a value that indicates whether the percentage complete consideration period 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 ReadOnly Property SpreadPercentCompleteToStatus As Boolean
    Get
'Usage
Dim instance As PublishedProject
Dim value As Boolean

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

Property value

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

See also

Reference

PublishedProject class

PublishedProject members

Microsoft.ProjectServer.Client namespace