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
<DataMemberAttribute> _
<ClientPropertyAttribute(ClientVisibility.Public)> _
Public Property BatchSize As Integer
[DataMemberAttribute]
[ClientPropertyAttribute(ClientVisibility.Public)]
public int BatchSize { get; set; }
[DataMemberAttribute]
[ClientPropertyAttribute(ClientVisibility::Public)]
public:
property int BatchSize {
int get ();
void set (int value);
}
[<DataMemberAttribute>]
[<ClientPropertyAttribute(ClientVisibility.Public)>]
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.