SyndicationFeed.Subtitle Property

Definition

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.

Applies to