IToolExecutionResult.ExitCode Property
The exit code 0 - success otherwise - failure
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
ReadOnly Property ExitCode As Integer
int ExitCode { get; }
property int ExitCode {
int get ();
}
abstract ExitCode : int with get
function get ExitCode () : int
Property Value
Type: System.Int32
The exit code.
.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.