Edit

TeamProjectCollection Class

Definition

Data contract for a TeamProjectCollection.

[System.Runtime.Serialization.DataContract]
public class TeamProjectCollection : Microsoft.TeamFoundation.Core.WebApi.TeamProjectCollectionReference
type TeamProjectCollection = class
    inherit TeamProjectCollectionReference
Public Class TeamProjectCollection
Inherits TeamProjectCollectionReference
Inheritance
TeamProjectCollection
Attributes

Constructors

TeamProjectCollection()
TeamProjectCollection(TeamProjectCollectionReference)

Initializes a team project collection from a team project collection reference.

Properties

Description

Project collection description.

Id

Collection Id.

(Inherited from TeamProjectCollectionReference)
Links

The links to other objects related to this object.

Name

Collection Name.

(Inherited from TeamProjectCollectionReference)
ProcessCustomizationType

Process customzation type on this collection. It can be Xml or Inherited.

State

Project collection state.

Url

Collection REST Url.

(Inherited from TeamProjectCollectionReference)

Applies to