SyndicationFeedFormatter::Feed Property

 

Gets the SyndicationFeed associated with the formatter.

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

public:
property SyndicationFeed^ Feed {
	SyndicationFeed^ get();
}

Property Value

Type: System.ServiceModel.Syndication::SyndicationFeed^

The SyndicationFeed associated with the formatter.

A SyndicationFeed is associated with the SyndicationFeedFormatter by passing in a SyndicationFeed instance to the SyndicationFeedFormatter constructor.

.NET Framework
Available since 3.5
Silverlight
Available since 2.0
Return to top
Show: