AutoIncrement Property
Syntax
public bool AutoIncrement { get; set; }
Public Property AutoIncrement As Boolean
public boolean getAutoIncrement()
public void setAutoIncrement(boolean autoIncrement)
public:
property bool AutoIncrement
{
bool get()
void set(bool value)
}
Property Value
A value indicating whether AnnBatesNumber is to be incremented starting from StartNumber value or randomly.