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