Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.