connection_count Property
The number of records in the arrays.
Syntax
def get_connection_count() -> int: ...
connection_count = property(get_connection_count, None)
Default Value
0
Remarks
This property controls the size of the following arrays:
The array indices start at 0 and end at connection_count - 1.
This property is read-only.