SyndicationItem.Source Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the source feed of the item. This property represents the atom:source element or the source element in RSS 2.0.
public:
property SyndicationFeed ^ Source { SyndicationFeed ^ get(); void set(SyndicationFeed ^ value); };
SyndicationFeed Source();
void Source(SyndicationFeed value);
public SyndicationFeed Source { get; set; }
var syndicationFeed = syndicationItem.source;
syndicationItem.source = syndicationFeed;
Public Property Source As SyndicationFeed
Property Value
The atom:source element or the source element in RSS 2.0.