guid property
Source.guid property
Gets or sets the guid of a source.
@property
def guid(self) -> str:
...
@guid.setter
def guid(self, value: str):
...
See Also
- module aspose.words.bibliography
- class Source
Gets or sets the guid of a source.
@property
def guid(self) -> str:
...
@guid.setter
def guid(self, value: str):
...