SyndicationFeed.Contributors Property

Definition

Gets a collection of the contributors of the feed. This property represents the collection of all the atom:contributor elements under atom:feed.

public:
 property IVector<SyndicationPerson ^> ^ Contributors { IVector<SyndicationPerson ^> ^ get(); };
IVector<SyndicationPerson> Contributors();
public IList<SyndicationPerson> Contributors { get; }
var iVector = syndicationFeed.contributors;
Public ReadOnly Property Contributors As IList(Of SyndicationPerson)

Property Value

The collection of all atom:contributor elements under atom:feed.

Applies to