SyndicationFeed.Authors Property

Definition

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 = syndicationFeed.authors;
Public ReadOnly Property Authors As IList(Of SyndicationPerson)

Property Value

The collection of all the atom:author elements under atom:entry.

Applies to