Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Get
public TfsTeamProjectCollection TfsTeamProjectCollection { get; }
public:
property TfsTeamProjectCollection^ TfsTeamProjectCollection {
TfsTeamProjectCollection^ get ();
}
member TfsTeamProjectCollection : TfsTeamProjectCollection
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.