value1 property

value1 property

Represents the first value associated with the data validation.

Definition:

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

See Also