Partager via


SyndicationItem.Source Propriété

Définition

Obtient ou définit le flux source de l’élément. Cette propriété représente l’élément atom:source ou l’élément source dans 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

Valeur de propriété

Élément atom:source ou élément source dans RSS 2.0.

S’applique à