Share via


SyndicationItem.Source Property

Definition

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.

Applies to