IBuildDefinition.BatchSize Property

The maximum batch size for queued builds when you use the Gated continuous integration type.

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

Syntax

'Declaration
Property BatchSize As Integer
int BatchSize { get; set; }
property int BatchSize {
    int get ();
    void set (int value);
}
abstract BatchSize : int with get, set
function get BatchSize () : int 
function set BatchSize (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IBuildDefinition Interface

Microsoft.TeamFoundation.Build.Client Namespace