Share via


TeamFoundationJobExecutionEntry.QueuedReasons Property

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

Syntax

‘선언
Public Property QueuedReasons As TeamFoundationJobQueuedReasons
    Get
    Set
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

.NET Framework Security

See Also

Reference

TeamFoundationJobExecutionEntry Class

Microsoft.TeamFoundation.Framework.Server Namespace