TeamFoundationJobExecutionEntry.QueuedReasons Property

The reasons the job was queued for execution.

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

Syntax

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

Property Value

Type: Microsoft.TeamFoundation.Framework.Common.TeamFoundationJobQueuedReasons
Returns TeamFoundationJobQueuedReasons.

.NET Framework Security

See Also

Reference

TeamFoundationJobExecutionEntry Class

Microsoft.TeamFoundation.Framework.Server Namespace