tag property

IStructuredDocumentTag.tag property

Specifies a tag associated with the current SDT node. Can not be null.

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

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

See Also