ISectionContainer.TeamProjectCollection Property
Returns an instance of the TeamProjectCollection object associated with this View.
Namespace: Microsoft.TeamFoundation.Build.Controls
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
ReadOnly Property TeamProjectCollection As TfsTeamProjectCollection
TfsTeamProjectCollection TeamProjectCollection { get; }
property TfsTeamProjectCollection^ TeamProjectCollection {
TfsTeamProjectCollection^ get ();
}
abstract TeamProjectCollection : TfsTeamProjectCollection with get
function get TeamProjectCollection () : TfsTeamProjectCollection
Property Value
Type: Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
Returns TfsTeamProjectCollection.
.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.