max_inclusive property

max_inclusive property

Gets or sets the max inclusive. The maxInclusive attribute indicates the largest integer value that can be contained in the array. The default value is 2147483647. Optional attribute.

Definition:

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

See Also