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.
Result from the last time the job was executed or "Succeeded" for a job that has not yet run.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property JobLastResult As TeamFoundationJobResult
public TeamFoundationJobResult JobLastResult { get; set; }
public:
property TeamFoundationJobResult JobLastResult {
TeamFoundationJobResult get ();
void set (TeamFoundationJobResult value);
}
member JobLastResult : TeamFoundationJobResult with get, set
function get JobLastResult () : TeamFoundationJobResult
function set JobLastResult (value : TeamFoundationJobResult)
Property Value
Type: Microsoft.TeamFoundation.Framework.Common.TeamFoundationJobResult
Returns TeamFoundationJobResult.
.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.