has_default_value property

has_default_value property

Gets a value indicating whether this instance has a default value.

Definition:

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

See Also