IBuildDetailView.TeamProjectCollection Property

Returns an instance of the TeamProjectCollection object associated with this Build Details View.

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

Syntax

'Declaration
ReadOnly Property TeamProjectCollection As TfsTeamProjectCollection
TfsTeamProjectCollection TeamProjectCollection { get; }
property TfsTeamProjectCollection^ TeamProjectCollection {
    TfsTeamProjectCollection^ get ();
}
abstract TeamProjectCollection : TfsTeamProjectCollection with get
function get TeamProjectCollection () : TfsTeamProjectCollection

Property Value

Type: Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
Returns TfsTeamProjectCollection.

.NET Framework Security

See Also

Reference

IBuildDetailView Interface

Microsoft.TeamFoundation.Build.Controls Namespace