IToolExecutionResult.ExitMessage Property

A message to be shown to the user in the resolve dialog on exit (as part of the confirmation dialog)

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

Syntax

'Declaration
ReadOnly Property ExitMessage As String
string ExitMessage { get; }
property String^ ExitMessage {
    String^ get ();
}
abstract ExitMessage : string with get
function get ExitMessage () : String

Property Value

Type: System.String
A message to be shown to the user in the resolve dialog on exit.

.NET Framework Security

See Also

Reference

IToolExecutionResult Interface

Microsoft.TeamFoundation.VersionControl.Client Namespace