This documentation is archived and is not being maintained.

DefaultToolExecutionResult::ExitCode Property

Exit code

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

public:
virtual property int ExitCode {
	int get () sealed;
}

Property Value

Type: System::Int32
The exit code associated with the execution result.

Implements

IToolExecutionResult::ExitCode

Show: