SyndicationFeed.Authors Properti

Definisi

Mendapatkan penulis item. Properti ini mewakili koleksi semua elemen atom:author di bawah 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)

Nilai Properti

Koleksi semua elemen atom:author di bawah atom:entry.

Berlaku untuk