SyndicationItem.Source Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.