SyndicationItem.Title 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 title of the item.
public:
property ISyndicationText ^ Title { ISyndicationText ^ get(); void set(ISyndicationText ^ value); };
ISyndicationText Title();
void Title(ISyndicationText value);
public ISyndicationText Title { get; set; }
var iSyndicationText = syndicationItem.title;
syndicationItem.title = iSyndicationText;
Public Property Title As ISyndicationText
Property Value
The atom:title element.