SyndicationFeed.Generator 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 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.