Share via


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

See Also

Reference

BuildMachineResponse Class

Microsoft.TeamFoundation.Build.Hosted.Server Namespace