This documentation is archived and is not being maintained.

TeamProjectPicker::Text Property

Gets or sets the title of the dialog window.

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

public:
property String^ Text {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The current title of the dialog window.

Show: