title property

IStructuredDocumentTag.title property

Specifies the friendly name associated with this SDT. Can not be null.

@property
def title(self) -> str:
    ...

@title.setter
def title(self, value: str):
    ...

See Also