BuildMachineResponse.Outcome Property
Whether the build succeeded or failed.
Namespace: Microsoft.TeamFoundation.Build.Hosted.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Property Outcome As BuildMachineResponseOutcome
public BuildMachineResponseOutcome Outcome { get; set; }
public:
property BuildMachineResponseOutcome Outcome {
BuildMachineResponseOutcome get ();
void set (BuildMachineResponseOutcome value);
}
member Outcome : BuildMachineResponseOutcome with get, set
function get Outcome () : BuildMachineResponseOutcome
function set Outcome (value : BuildMachineResponseOutcome)
Property Value
Type: Microsoft.TeamFoundation.Build.Hosted.Server.BuildMachineResponseOutcome
.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.