IBuildController.QueueCount Property

Gets the current queue count for this build controller.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
ReadOnly Property QueueCount As Integer
int QueueCount { get; }
property int QueueCount {
    int get ();
}
abstract QueueCount : int with get
function get QueueCount () : int

Property Value

Type: System.Int32
The current queue count for this build controller.

.NET Framework Security

See Also

Reference

IBuildController Interface

Microsoft.TeamFoundation.Build.Client Namespace