Project Property
Description
The testing project to which the defect belongs.
Property type
Read-write property
Syntax
Visual Basic
Public Property Project As String
Remarks

This is generally the name of the item you are testing: a software component, hardware item,  network configuration,  web site, and so on.

For a list of projects defined in your ALM project database, use TDConnection.ProjectsList or TDConnection.ProjectsListEx.

See Also