This documentation is archived and is not being maintained.

TeamProjectPicker::AcceptButtonText Property

Gets or sets the label of the “Accept” button.

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

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

Property Value

Type: System::String
The current label of the “Accept” button.”

By default, the “Accept” button is labeled “Connect”.

Show: