TeamFoundationServer.TfsTeamProjectCollection Property

Gets the TfsTeamProjectCollection instance that is associated with this TeamFoundationServer object.

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

Syntax

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

Property Value

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

Remarks

Because the TeamFoundationServer class is deprecated, this property should be used to support any method or property that takes a TeamFoundationServer object.

.NET Framework Security

See Also

Reference

TeamFoundationServer Class

Microsoft.TeamFoundation.Client Namespace