value property

value property

Specifies value of form field signature if it should be searched. Default value is null.

Definition:

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

See Also