IToolExecutionResult.PromptUserForMergeConfirmation Property

Whether TFS should prompt for user confirmation (Used) only by merge tools

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

Syntax

'Declaration
ReadOnly Property PromptUserForMergeConfirmation As Boolean
bool PromptUserForMergeConfirmation { get; }
property bool PromptUserForMergeConfirmation {
    bool get ();
}
abstract PromptUserForMergeConfirmation : bool with get
function get PromptUserForMergeConfirmation () : boolean

Property Value

Type: System.Boolean
true if the user should prompt for confirmation; otherwise, false.

.NET Framework Security

See Also

Reference

IToolExecutionResult Interface

Microsoft.TeamFoundation.VersionControl.Client Namespace