conference_name property

Source.conference_name property

Gets or sets the conference or proceedings name of a source.

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

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

See Also