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
- 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.