description property

description property

Gets or sets a descriptive text string for the document. Use this element to store important information about the document, such as its purpose, recent changes, or pending changes. The maximum is 191 characters.

Definition:

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

See Also