ServicingJobDetail.JobStatus Property
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.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.Client.ServicingJobStatus
.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.