DefaultToolExecutionResult.ExitCode Property
Exit code
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ExitCode As Integer
public int ExitCode { get; }
public:
virtual property int ExitCode {
int get () sealed;
}
abstract ExitCode : int with get
override ExitCode : int with get
final function get ExitCode () : int
Property Value
Type: System.Int32
The exit code associated with the execution result.
Implements
.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.