TestToolsTask.ExitCode Property

Namespace:  Microsoft.TeamFoundation.Build.Tasks
Assembly:  Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)

Syntax

'Declaration
<OutputAttribute> _
Public Property ExitCode As Integer
[OutputAttribute]
public int ExitCode { get; set; }
[OutputAttribute]
public:
property int ExitCode {
    int get ();
    void set (int value);
}
[<OutputAttribute>]
member ExitCode : int with get, set
function get ExitCode () : int 
function set ExitCode (value : int)

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

TestToolsTask Class

Microsoft.TeamFoundation.Build.Tasks Namespace