Gets a collection of the feed items contained in the feed.
Public Property Items As IEnumerable(Of SyndicationItem) Get Set
Dim instance As SyndicationFeed Dim value As IEnumerable(Of SyndicationItem) value = instance.Items instance.Items = value
public IEnumerable<SyndicationItem> Items { get; set; }
When serialized to Atom 1.0, the Items collection is written to <entry> elements.
When serialized to Atom 1.0, the Items collection is written to <item> elements.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.