IBuildGroupItem.TeamProject Property

Gets the team project that owns this build group item.

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 group item.

.NET Framework Security

See Also

Reference

IBuildGroupItem Interface

Microsoft.TeamFoundation.Build.Client Namespace