MaximumInserts Property
Summary
The maximum number of inserts allowed.
Syntax
public int MaximumInserts { get; set; }
Public Property MaximumInserts() As Integer
Get
Set
public:
property Int32 MaximumInserts
{
Int32 get()
void set(Int32 value)
}
Property Value
An integer corresponding to the maximum number of inserts. Default value is 2.