auto_update property

FieldDde.auto_update property

Gets or sets whether to update this field automatically.

@property
def auto_update(self) -> bool:
    ...

@auto_update.setter
def auto_update(self, value: bool):
    ...

See Also