interviewee property

ContributorCollection.interviewee property

Gets or sets the interviewee of a source.

@property
def interviewee(self) -> aspose.words.bibliography.Contributor:
    ...

@interviewee.setter
def interviewee(self, value: aspose.words.bibliography.Contributor):
    ...

See Also