SyndicationFeed.Generator Property

Definition

Gets or sets the generator of the feed. This property represents the atom:generator element or the generator element in RSS 2.0.

public:
 property SyndicationGenerator ^ Generator { SyndicationGenerator ^ get(); void set(SyndicationGenerator ^ value); };
SyndicationGenerator Generator();

void Generator(SyndicationGenerator value);
public SyndicationGenerator Generator { get; set; }
var syndicationGenerator = syndicationFeed.generator;
syndicationFeed.generator = syndicationGenerator;
Public Property Generator As SyndicationGenerator

Property Value

The atom:generator element or the generator element in RSS 2.0.

Applies to