BuildDefinition.BatchSize Property
Gets or sets the maximum batch size when you use the GatedCheckIn trigger.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Public)> _
<DataMemberAttribute> _
Public Property BatchSize As Integer
[ClientPropertyAttribute(ClientVisibility.Public)]
[DataMemberAttribute]
public int BatchSize { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public)]
[DataMemberAttribute]
public:
property int BatchSize {
int get ();
void set (int value);
}
[<ClientPropertyAttribute(ClientVisibility.Public)>]
[<DataMemberAttribute>]
member BatchSize : int with get, set
function get BatchSize () : int
function set BatchSize (value : int)
Property Value
Type: System.Int32
Returns 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.