SyndicationItem.Authors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the authors of an item. This property represents the collection of all the atom:author elements under atom:entry.
public:
property IVector<SyndicationPerson ^> ^ Authors { IVector<SyndicationPerson ^> ^ get(); };
IVector<SyndicationPerson> Authors();
public IList<SyndicationPerson> Authors { get; }
var iVector = syndicationItem.authors;
Public ReadOnly Property Authors As IList(Of SyndicationPerson)
Property Value
The collection of all the atom:author elements under atom:entry.