SyndicationItem.Contributors 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 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 = syndicationItem.contributors;
Public ReadOnly Property Contributors As IList(Of SyndicationPerson)
Property Value
The collection of all atom:contributor elements under atom:feed.