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

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

Property Value

Type: System.String
The name of the test project.

.NET Framework Security

See Also

Reference

IBuildConfiguration Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace