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