IBuildDetail.TeamProject Property

Gets the team project that owns this build.

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

Syntax

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

Property Value

Type: System.String
The team project that owns this build.

.NET Framework Security

See Also

Reference

IBuildDetail Interface

Microsoft.TeamFoundation.Build.Client Namespace