description property

description property

Returns the text description of the Summary Zoom Section object.

Definition:

@property
def description(self):
    ...

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

See Also