source_type property

Source.source_type property

Gets or sets the source type of a source.

@property
def source_type(self) -> aspose.words.bibliography.SourceType:
    ...

@source_type.setter
def source_type(self, value: aspose.words.bibliography.SourceType):
    ...

See Also