ServicingJobDetail.Result Property

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

Syntax

'Declaration
Public Property Result As ServicingJobResult
public ServicingJobResult Result { get; set; }
public:
property ServicingJobResult Result {
    ServicingJobResult get ();
    void set (ServicingJobResult value);
}
member Result : ServicingJobResult with get, set
function get Result () : ServicingJobResult 
function set Result (value : ServicingJobResult)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.ServicingJobResult
Returns ServicingJobResult.

.NET Framework Security

See Also

Reference

ServicingJobDetail Class

Microsoft.TeamFoundation.Framework.Server Namespace