Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property Result As TeamFoundationJobResult
public TeamFoundationJobResult Result { get; set; }
public:
property TeamFoundationJobResult Result {
    TeamFoundationJobResult get ();
    void set (TeamFoundationJobResult value);
}
member Result : TeamFoundationJobResult with get, set
function get Result () : TeamFoundationJobResult 
function set Result (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.