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