Share via


ProjectCollection.Projects Property

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public ReadOnly Property Projects As ICollection(Of TeamProject)
public ICollection<TeamProject> Projects { get; }
public:
property ICollection<TeamProject^>^ Projects {
    ICollection<TeamProject^>^ get ();
}
member Projects : ICollection<TeamProject> with get
function get Projects () : ICollection<TeamProject>

Property Value

Type: System.Collections.Generic.ICollection<TeamProject>

.NET Framework Security

See Also

Reference

ProjectCollection Class

Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects Namespace