source_tag property

FieldBibliography.source_tag property

Gets or sets a value so that only the sources with matching Tag element value are displayed in the bibliography.

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

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

See Also