This documentation is archived and is not being maintained.

AdvancedToolParameters::ShouldWaitForExit Property

Whether the tool should wait for exit before returning control to the OM or not

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

public:
property bool ShouldWaitForExit {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
true if the tool should wait for exit before returning control to the OM; otherwise, false.

Show: