Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.