SyndicationVersions Class

Microsoft Silverlight will reach end of support after October 2021. Learn more.

A class that represents the syndication versions supported by Silverlight 5.

Inheritance Hierarchy

System.Object
  System.ServiceModel.Syndication.SyndicationVersions

Namespace:  System.ServiceModel.Syndication
Assembly:  System.ServiceModel.Syndication (in System.ServiceModel.Syndication.dll)

Syntax

'Declaration
Public NotInheritable Class SyndicationVersions
public static class SyndicationVersions

The SyndicationVersions type exposes the following members.

Fields

  Name Description
Public fieldStatic member Atom10 Represents support for the Atom 1.0 specification.
Public fieldStatic member Rss20 Represents support for the RSS 2.0 specification.

Top

Remarks

This class represents the syndication versions that Silverlight 5 supports by default. You can add support for additional syndication versions by implementing your own SyndicationFeed, SyndicationItem, and SyndicationFeedFormatter classes.

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.