Share via


IBuildConfiguration.TeamProjectName Property

 

Gets the name of the project to which the build belongs.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

string TeamProjectName { get; }
property String^ TeamProjectName {
    String^ get();
}
abstract TeamProjectName : string with get
ReadOnly Property TeamProjectName As String

Property Value

Type: System.String

The name of the test project.

See Also

IBuildConfiguration Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top