Share via


Task.IsSubProjectScheduledFromFinish property

Gets a value that indicates whether a subproject for this task is set to schedule from finish.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property IsSubProjectScheduledFromFinish As Boolean
    Get
'Usage
Dim instance As Task
Dim value As Boolean

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

Property value

Type: System.Boolean
True if the subproject is set to schedule from finish; otherwise, False.

See also

Reference

Task class

Task members

Microsoft.ProjectServer.Client namespace