TeamProject.TeamProjectCollection Property

Gets the TfsTeamProjectCollection where this team project resides.

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

Syntax

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

Property Value

Type: Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
The TfsTeamProjectCollection where this team project resides.

.NET Framework Security

See Also

Reference

TeamProject Class

Microsoft.TeamFoundation.VersionControl.Client Namespace