This documentation is archived and is not being maintained.

TeamProjectPicker::SelectedTeamProjectCollection Property

Gets or sets the selected team project collection.

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

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

Property Value

Type: Microsoft.TeamFoundation.Client::TfsTeamProjectCollection
The currently selected team project collection.

Show: