Version

Project Property (Task)

Returns or sets the associated Project, or null if this task is not specifically associated with a project.
Syntax
'Declaration
 
Public Property Project As Project
public Project Project {get; set;}
Remarks

A Project can only be assigned to a root-level task. All descendants tasks of that root task return the same reference from the Project property.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also