Rss20FeedFormatter.SetFeed(SyndicationFeed) Method

Definition

Sets the SyndicationFeed instance associated with the Rss20FeedFormatter.

protected public:
 override void SetFeed(System::ServiceModel::Syndication::SyndicationFeed ^ feed);
protected internal override void SetFeed (System.ServiceModel.Syndication.SyndicationFeed feed);
override this.SetFeed : System.ServiceModel.Syndication.SyndicationFeed -> unit
Protected Friend Overrides Sub SetFeed (feed As SyndicationFeed)

Parameters

feed
SyndicationFeed

The SyndicationFeed to associate with the Rss20FeedFormatter.

Applies to