SyndicationItem.Authors Eigenschaft

Definition

Ruft die Autoren eines Elements ab. Diese Eigenschaft stellt die Auflistung aller atom:author-Elemente unter atom:entry dar.

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)

Eigenschaftswert

Die Auflistung aller atom:author-Elemente unter atom:entry.

Gilt für: