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
声明
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.