ServicingJobInfo.JobStatus Property

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

Syntax

'Declaration
<DataMemberAttribute(Name := "jobStatus", Order := )> _
Public Property JobStatus As ServicingJobStatus
[DataMemberAttribute(Name = "jobStatus", Order = )]
public ServicingJobStatus JobStatus { get; set; }
[DataMemberAttribute(Name = L"jobStatus", Order = )]
public:
property ServicingJobStatus JobStatus {
    ServicingJobStatus get ();
    void set (ServicingJobStatus value);
}
[<DataMemberAttribute(Name = "jobStatus", Order = )>]
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

ServicingJobInfo Class

Microsoft.TeamFoundation.Framework.Server Namespace