This documentation is archived and is not being maintained.

DefaultToolExecutionResult::PromptUserForMergeConfirmation Property

Should prompt for user confirmation

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

public:
virtual property bool PromptUserForMergeConfirmation {
	bool get () sealed;
}

Property Value

Type: System::Boolean
true to prompt for user confirmation; otherwise, false.

Implements

IToolExecutionResult::PromptUserForMergeConfirmation

Show: