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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.