ServicingJobDetail.JobStatus Property

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

Syntax

'宣言
Public Property JobStatus As ServicingJobStatus
    Get
    Set
public ServicingJobStatus JobStatus { get; set; }
public:
property ServicingJobStatus JobStatus {
    ServicingJobStatus get ();
    void set (ServicingJobStatus value);
}
member JobStatus : ServicingJobStatus with get, set
function get JobStatus () : ServicingJobStatus
function set JobStatus (value : ServicingJobStatus)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.ServicingJobStatus

.NET Framework Security

See Also

Reference

ServicingJobDetail Class

Microsoft.TeamFoundation.Framework.Server Namespace