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
- 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.