max_table_entries_count property

max_table_entries_count property

Gets or sets the maximum table entries count.

Definition:

@property
def max_table_entries_count(self):
    ...
@max_table_entries_count.setter
def max_table_entries_count(self, value):
    ...

See Also