This documentation is archived and is not being maintained.

TeamProjectPicker::HostActiveTeamProjectCollection Property

Gets or sets the current active team project collection.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
property TfsTeamProjectCollection^ HostActiveTeamProjectCollection {
	TfsTeamProjectCollection^ get ();
	void set (TfsTeamProjectCollection^ value);
}

Property Value

Type: Microsoft.TeamFoundation.Client::TfsTeamProjectCollection
The active team project collection.

This will prevent the user from removing this collection from the registered server list. Null will allow the user to remove any collection.

Show: