UL Ext.: Returns the percentage of available global autoincrement values that have been used.
Visual Basic
Public Readonly Property GlobalAutoIncrementUsage As Short
C#
public short GlobalAutoIncrementUsage { get;}
The percentage of available global autoincrement values that have been used. It is an integer in the range [0-100], inclusive.
If the percentage approaches 100, your application should set a new value for the global database ID using ULConnection.DatabaseID.