Represents a feed item, for example an RSS <item> or an Atom <entry>.
Namespace:
System.ServiceModel.Syndication
Assembly:
System.ServiceModel.Syndication (in System.ServiceModel.Syndication.dll)
Visual Basic (Declaration)
Public Class SyndicationItem
Dim instance As SyndicationItem
public class SyndicationItem
When serialized to Atom 1.0, a SyndicationItem instance is written to an <entry> element. The following table shows how each property defined for SyndicationItem is serialized for Atom 1.0.
When serialized to RSS 2.0, a SyndicationItem instance is written to an <item> element. The following table shows how each property defined for SyndicationItem is serialized for RSS 2.0.
System..::.Object
System.ServiceModel.Syndication..::.SyndicationItem
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Reference