SyndicationFeed.Subtitle 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 subtitle of the feed. This property represents the atom:subtitle element or the description element in RSS 2.0.
public:
property ISyndicationText ^ Subtitle { ISyndicationText ^ get(); void set(ISyndicationText ^ value); };
ISyndicationText Subtitle();
void Subtitle(ISyndicationText value);
public ISyndicationText Subtitle { get; set; }
var iSyndicationText = syndicationFeed.subtitle;
syndicationFeed.subtitle = iSyndicationText;
Public Property Subtitle As ISyndicationText
Property Value
The atom:subtitle element or the description element in RSS 2.0.