This documentation is archived and is not being maintained.

TeamProjectPicker::SelectedProjects Property

Gets or sets the default selected projects in the dialog window.

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

public:
property array<ProjectInfo^>^ SelectedProjects {
	array<ProjectInfo^>^ get ();
	void set (array<ProjectInfo^>^ value);
}

Property Value

Type: array<Microsoft.TeamFoundation.Server::ProjectInfo>
An array of the current selected projects.

Show: