SyndicationFeed.Categories Property

Definition

Gets a collection of categories of the feed. This property represents the collection of all the atom:category elements under atom:feed.

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

Property Value

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

Applies to