Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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
.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.