This documentation is archived and is not being maintained.

TeamFoundationJobHistoryEntry::Result Property

Gets or sets the result of this job history entry.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
property TeamFoundationJobResult Result {
	TeamFoundationJobResult get ();
	void set (TeamFoundationJobResult value);
}

Property Value

Type: Microsoft.TeamFoundation.Framework.Common::TeamFoundationJobResult
The result of this job history entry.

Show: